fix automated_benchmarking
make it able to process text output sent into either stdout or stderr
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user