mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
add error message for the (rare) compression error scenario
This commit is contained in:
parent
58e7067c7d
commit
6740f8f0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ BMK_benchMemAdvancedNoAlloc(
|
|||
BMK_runOutcome_t const cOutcome = BMK_benchTimedFn( timeStateCompress, cbp);
|
||||
|
||||
if (!BMK_isSuccessful_runOutcome(cOutcome)) {
|
||||
return BMK_benchOutcome_error();
|
||||
RETURN_ERROR(30, BMK_benchOutcome_t, "compression error");
|
||||
}
|
||||
|
||||
{ BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue