[NFCI][llvm-exegesis] Extract 'Min' repetition handling from `BenchmarkRunner` into...
authorRoman Lebedev <lebedev.ri@gmail.com>
Sat, 17 Dec 2022 17:43:07 +0000 (20:43 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sat, 17 Dec 2022 20:14:52 +0000 (23:14 +0300)
commit17e202424c021fd903950fec7a8b6cca2d83abce
tree699e3cf1647656764395831342fc3a2564a9ab38
parentb57533d1d5a2fa6b9402aa6255cb67b2dd7529a4
[NFCI][llvm-exegesis] Extract 'Min' repetition handling from `BenchmarkRunner` into it's caller

If `BenchmarkRunner::runConfiguration()` deals with more than a single
repetitor, tasking will be less straight-forward to implement.
But i think dealing with that in it's callee is even more readable.
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
llvm/tools/llvm-exegesis/llvm-exegesis.cpp