We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39565c commit 5e44a45Copy full SHA for 5e44a45
Framework/Core/test/benchmark_EventMixingParts.cxx
@@ -25,14 +25,11 @@ using namespace o2::soa;
25
// Validation of new event mixing: time complexity same as for naive loop
26
27
#ifdef __APPLE__
28
-constexpr unsigned int maxPairsRange = 8;
29
-constexpr unsigned int maxColPairsRange = 21;
+constexpr unsigned int maxColPairsRange = 25;
30
#else
31
32
-constexpr unsigned int maxColPairsRange = 23;
33
#endif
34
constexpr int numEventsToMix = 5;
35
-constexpr int numTracksPerEvent = 10000;
36
37
using namespace o2::framework;
38
using namespace o2::soa;
0 commit comments