mirror of
https://github.com/facebook/zstd.git
synced 2025-12-10 00:06:51 -05:00
added a simple test case for decode-only benchmark mode
as it was broken and no one noticed
This commit is contained in:
parent
9126da5b5c
commit
f40c6b4395
@ -541,6 +541,9 @@ $ECHO "bench negative level"
|
|||||||
$ZSTD -bi0 --fast tmp1
|
$ZSTD -bi0 --fast tmp1
|
||||||
$ECHO "with recursive and quiet modes"
|
$ECHO "with recursive and quiet modes"
|
||||||
$ZSTD -rqi1b1e2 tmp1
|
$ZSTD -rqi1b1e2 tmp1
|
||||||
|
$ECHO "benchmark decompression only"
|
||||||
|
$ZSTD -f tmp1
|
||||||
|
$ZSTD -b -d -i1 tmp1.zst
|
||||||
|
|
||||||
$ECHO "\n===> zstd compatibility tests "
|
$ECHO "\n===> zstd compatibility tests "
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user