mirror of
https://github.com/facebook/zstd.git
synced 2025-10-07 00:12:40 -04:00
Fix benchzstd error message
This commit is contained in:
parent
18a20b3ad7
commit
dce48f53df
@ -805,6 +805,10 @@ BMK_benchOutcome_t BMK_benchFilesAdvanced(
|
||||
RETURN_ERROR(15, BMK_benchOutcome_t, "Invalid Compression Level");
|
||||
}
|
||||
|
||||
if (totalSizeToLoad == UTIL_FILESIZE_UNKNOWN) {
|
||||
RETURN_ERROR(9, BMK_benchOutcome_t, "Error loading files");
|
||||
}
|
||||
|
||||
fileSizes = (size_t*)calloc(nbFiles, sizeof(size_t));
|
||||
if (!fileSizes) RETURN_ERROR(12, BMK_benchOutcome_t, "not enough memory for fileSizes");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user