Lower number of rounds

This commit is contained in:
RealStickman 2021-01-26 20:35:45 +01:00
parent 97930f826d
commit dd86a4f92c

View File

@ -16,7 +16,7 @@ fi
# run compression with 4 threads # run compression with 4 threads
for i in {1..19}; do for i in {1..19}; do
for x in {1..10}; do for x in {1..5}; do
# remove previous round # remove previous round
if [[ -f zstd-$i.tar.zst ]]; then if [[ -f zstd-$i.tar.zst ]]; then
rm zstd-$i.tar.zst rm zstd-$i.tar.zst