mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
added large negative level test case
This commit is contained in:
parent
153bc1c004
commit
93b8262c02
@ -106,6 +106,7 @@ $ZSTD -99 -f tmp # too large compression level, automatic sized down
|
||||
$ECHO "test : --fast aka negative compression levels"
|
||||
$ZSTD --fast -f tmp # == -1
|
||||
$ZSTD --fast=3 -f tmp # == -3
|
||||
$ZSTD --fast=200000 -f tmp # == no compression
|
||||
$ECHO "test : compress to stdout"
|
||||
$ZSTD tmp -c > tmpCompressed
|
||||
$ZSTD tmp --stdout > tmpCompressed # long command format
|
||||
|
Loading…
x
Reference in New Issue
Block a user