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 5d4acf4 commit 353164cCopy full SHA for 353164c
1 file changed
tests/performance/outputStorage/dummyReader.hpp
@@ -30,7 +30,7 @@ class DummyReader {
30
= m_readerGroupHandler.getReaderHandler();
31
while (!readHandler.finished()) {
32
while (readHandler.getFlowRecord() != nullptr) {
33
- if (counter++ % (1ULL << 35)) {
+ if (printCounter++ % (1ULL << 17)) {
34
const std::string message = "Reader "
35
+ std::to_string(readHandler.getReaderIndex()) + " read "
36
+ std::to_string(readHandler.readContainers()) + " containers so far.";
0 commit comments