fixed zstd -b speed result
the benchmark was displaying the speed of last run instead of the best of all previous runs.
This commit is contained in:
+1
-1
@@ -597,7 +597,7 @@ static int benchFiles(U32 benchNb,
|
||||
if ((U64)benchedSize > inFileSize)
|
||||
benchedSize = (size_t)inFileSize;
|
||||
if ((U64)benchedSize < inFileSize) {
|
||||
DISPLAY("Not enough memory for '%s' full size; testing %u MB only...\n",
|
||||
DISPLAY("Not enough memory for '%s' full size; testing %u MB only... \n",
|
||||
inFileName, (U32)(benchedSize>>20));
|
||||
} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user