From f40c6b43951cb81e3a027c03e5ed2827648194e6 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 8 Nov 2018 12:51:42 -0800 Subject: [PATCH] added a simple test case for decode-only benchmark mode as it was broken and no one noticed --- tests/playTests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/playTests.sh b/tests/playTests.sh index b86a0dc40..f35f5fee6 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -541,6 +541,9 @@ $ECHO "bench negative level" $ZSTD -bi0 --fast tmp1 $ECHO "with recursive and quiet modes" $ZSTD -rqi1b1e2 tmp1 +$ECHO "benchmark decompression only" +$ZSTD -f tmp1 +$ZSTD -b -d -i1 tmp1.zst $ECHO "\n===> zstd compatibility tests " -- 2.47.2