[llvm] [clang-tools-extra] [clang] [libc] [llvm-exegesis] Add middle half repetition mode (PR #77020)

Aiden Grossman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 19:57:54 PST 2024


================
@@ -455,6 +466,26 @@ static void runBenchmarkConfigurations(
               Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue);
         }
       }
+    } else if (RepetitionMode ==
----------------
boomanaiden154 wrote:

Moved them to `ResultAggregator.cpp` and added unit tests.

https://github.com/llvm/llvm-project/pull/77020


More information about the cfe-commits mailing list