mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-08 05:03:54 +01:00
benchmark.sh: Pass -n to gzip
This removes metadata from the compressed file so that identical input files will produce identical compressed files.
This commit is contained in:
parent
b937cb2e20
commit
363cf73b13
@ -51,7 +51,7 @@ set -x
|
||||
|
||||
if [ -n "$verify" ]; then
|
||||
./bygfoot --random-seed=1 --json=$input_dir/verify$input_suffix.json &> $output_dir/verify.log
|
||||
gzip $output_dir/verify.log
|
||||
gzip -n $output_dir/verify.log
|
||||
fi
|
||||
|
||||
if [ -n "$benchmark" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user