]> git.ipfire.org Git - thirdparty/zstd.git/commit
update levels.sh test 3391/head
authorYann Collet <cyan@fb.com>
Thu, 22 Dec 2022 00:21:29 +0000 (16:21 -0800)
committerYann Collet <cyan@fb.com>
Tue, 3 Jan 2023 22:04:41 +0000 (14:04 -0800)
commitc79fb4d78d986f5e85cd79370ecf1cccec473261
treeff15793677e6df19f356552a17987e8d12bea91c
parentebba9ff4259d874030cce14c6a34e988e5679a50
update levels.sh test

comparing level 19 to level 22 and expecting a stricter better result from level 22
is not that guaranteed,
because level 19 and 22 are very close to each other,
especially for small files,
so any noise in the final compression result
result in failing this test.

Level 22 could be compared to something much lower, like level 15,
But level 19 is required anyway, because there is a clamping test which depends on it.

Removed level 22, kept level 19
tests/cli-tests/compression/levels.sh
tests/cli-tests/compression/levels.sh.stderr.exact