Skip to content

Commit 952b26b

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 63f9a00 commit 952b26b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/performance/outputStorage/dummyReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DummyReader {
3030
= m_readerGroupHandler.getReaderHandler();
3131
while (!readHandler.finished()) {
3232
while (readHandler.getFlowRecord() != nullptr) {
33-
if (printCounter++ % (1ULL << 17) == 0) {
33+
if (printCounter++ % (1ULL << 23) == 0) {
3434
const std::string message = "Reader "
3535
+ std::to_string(readHandler.getReaderIndex()) + " read "
3636
+ std::to_string(readHandler.readContainers()) + " containers so far.";

0 commit comments

Comments
 (0)