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 68843aa commit e14ffc1Copy full SHA for e14ffc1
Framework/Core/test/test_EventMixing.cxx
@@ -22,7 +22,7 @@
22
using namespace o2::framework;
23
using namespace o2::soa;
24
25
-constexpr uint64_t testSize = 2UL<<15; // old: 4194304 = 2UL<<22;
+constexpr uint64_t testSize = 2UL<<10; // old: 4194304 = 2UL<<22;
26
constexpr uint64_t testRep = 2UL<<10;
27
constexpr int numEventsToMix = 5;
28
0 commit comments