[NFC][llvm-exegesis] Benchmark: move DumpObjectToDisk handling into `runConfiguration()`
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 18 Dec 2022 14:36:32 +0000 (17:36 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 18 Dec 2022 14:52:04 +0000 (17:52 +0300)
commitdbc76ef7915f925970f7bae1c5b79f3dcf55d85e
treea44f1ecec6f379998bf7c1e23bc15a63712d6f45
parentba57d2ad4e9ae39ab824430baece730649758dd5
[NFC][llvm-exegesis] Benchmark: move DumpObjectToDisk handling into `runConfiguration()`

`getRunnableConfiguration()` may be executed in parallel,
and then this the output would become even less useful.
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
llvm/tools/llvm-exegesis/llvm-exegesis.cpp