[NFC][llvm-exegesis] `BenchmarkRunner`: split `runConfiguration()` into...
[NFC][llvm-exegesis] `BenchmarkRunner`: split `runConfiguration()` into `getRunnableConfiguration()` + `runConfiguration()` We can run as many `getRunnableConfiguration()` in parallel as we want, but `runConfiguration()` must be run *completely* standalone from everything. This is a step towards enabling threading.
Loading
Please sign in to comment