From cc8e246c46675ad94ceddb70f14e9e79418d3176 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 4 Feb 2019 10:02:41 -0500 Subject: [PATCH] Update compare.sh --- scripts/compare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/compare.sh b/scripts/compare.sh index 89ca8b81..38242462 100755 --- a/scripts/compare.sh +++ b/scripts/compare.sh @@ -11,6 +11,7 @@ echo "Tested $OXIPNG_VERSION (compiled on $RUST_VERSION) against $OPTIPNG_VERSIO echo -e '\n\n```\n' >> README.md hyperfine --warmup 5 './target/release/oxipng -P ./tests/files/rgb_16_should_be_grayscale_8.png' 'optipng -simulate ./tests/files/rgb_16_should_be_grayscale_8.png' | ./node_modules/.bin/strip-ansi >> README.md +echo -e '\n\n' >> README.md hyperfine --warmup 5 './target/release/oxipng -o4 -P ./tests/files/rgb_16_should_be_grayscale_8.png' 'optipng -o 4 -simulate ./tests/files/rgb_16_should_be_grayscale_8.png' | ./node_modules/.bin/strip-ansi >> README.md echo -e '\n```\n' >> README.md