[llvm] [llvm-exegesis] Add middle half repetition mode (PR #77020)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 05:46:11 PST 2024
================
@@ -455,6 +466,26 @@ static void runBenchmarkConfigurations(
Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue);
}
}
+ } else if (RepetitionMode ==
----------------
legrosbuffle wrote:
`AggregateResults` and the two agrgegator implementations could be moved to a separate file with unit tests :)
https://github.com/llvm/llvm-project/pull/77020
More information about the llvm-commits
mailing list