]> git.ipfire.org Git - thirdparty/zstd.git/commit
reduce storage requirement
authorYann Collet <cyan@fb.com>
Wed, 1 Dec 2021 23:10:55 +0000 (15:10 -0800)
committerYann Collet <cyan@fb.com>
Wed, 1 Dec 2021 23:10:55 +0000 (15:10 -0800)
commit49d578763d957a3272cf7365bf8ec839660dd285
tree275b135cb0cf70fa6db6d8ee7ecd637bd3101af6
parent3133d1e86e3ffa6a575899077ce3e805c642f0cc
reduce storage requirement

51 MB seems excessive for CI storate and considering the nature of the test.

(note : maybe we should consider using `/tmp` for files generated during tests,
as tmpfs is typically using RAM, thus preserving storage.)
tests/playTests.sh