File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ using namespace o2::soa;
2525// Validation of new event mixing: time complexity same as for naive loop
2626
2727#ifdef __APPLE__
28- constexpr unsigned int maxColPairsRange = 31 ;
28+ constexpr unsigned int maxColPairsRange = 20 ;
2929#else
30- constexpr unsigned int maxColPairsRange = 29 ;
30+ constexpr unsigned int maxColPairsRange = 20 ;
3131#endif
3232constexpr int numEventsToMix = 5 ;
3333
@@ -115,7 +115,7 @@ static void BM_EventMixingPolicyCreation(benchmark::State& state)
115115 state.SetBytesProcessed (state.iterations () * sizeof (float ) * state.range (0 ));
116116}
117117
118- BENCHMARK (BM_EventMixingPolicyCreation)->RangeMultiplier(2 )->Range(2 << maxColPairsRange, 2UL << maxColPairsRange);
118+ BENCHMARK (BM_EventMixingPolicyCreation)->RangeMultiplier(2 )->Range(2UL << maxColPairsRange, 2UL << maxColPairsRange);
119119// BENCHMARK(BM_EventMixingPolicyCreation)->DenseRange(2<<20, 2<<21, 50)
120120
121121// static void BM_EventMixingCombinationsCreation(benchmark::State& state)
You can’t perform that action at this time.
0 commit comments