Packages

Zstd binding for Erlang/Elixir

Current section

Files

Jump to
nextroll_zstd priv zstd tests cli-tests compression window-resize.sh
Raw

priv/zstd/tests/cli-tests/compression/window-resize.sh

#!/bin/sh
datagen -g1G > file
zstd --long=31 -1 --single-thread --no-content-size -f file
zstd -l -v file.zst
# We want to ignore stderr (its outputting "*** zstd command line interface
# 64-bits v1.5.3, by Yann Collet ***")
rm file file.zst