fix automated_benchmarking

make it able to process text output sent into either stdout or stderr
This commit is contained in:
Yann Collet
2021-09-12 01:36:18 -07:00
parent 5449ede2e6
commit 640c5b1f77
2 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -373,10 +373,7 @@ BMK_benchMemAdvancedNoAlloc(
if (adv->mode == BMK_decodeOnly) {
cSizes[nbBlocks] = thisBlockSize;
benchResult.cSize = thisBlockSize;
}
}
}
}
} } } }
/* warming up `compressedBuffer` */
if (adv->mode == BMK_decodeOnly) {