fixed paramgrill wrong assert() conditions

and slightly refactored affected function.

Honestly, the formula calculating variance should get a second reviewing round,
it's not clear if it's correct.
This commit is contained in:
Yann Collet
2018-10-04 14:27:13 -07:00
parent bc93b801f0
commit efbc3e823d
2 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ typedef struct {
size_t cSize;
unsigned long long cSpeed; /* bytes / sec */
unsigned long long dSpeed;
size_t cMem; /* ? what is reported ? */
size_t cMem; /* memory usage during compression */
} BMK_benchResult_t;
VARIANT_ERROR_RESULT(BMK_benchResult_t, BMK_benchOutcome_t);