From baab5ea6ce8621a89f9b64e5ea89732ed84f700f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 7 Aug 2024 15:19:15 +0300 Subject: [PATCH] number games --- content/log/2024/web-compression.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/log/2024/web-compression.md b/content/log/2024/web-compression.md index 069673d..0f424fe 100644 --- a/content/log/2024/web-compression.md +++ b/content/log/2024/web-compression.md @@ -114,7 +114,7 @@ point going ultra, I will exclude `zstd -22` from the tests. # Decompression Speed ``` -hyperfine --export-markdown $(hostname) -w 1 -N ./zstd-{3,6,9,19} ./brotli +hyperfine --export-markdown $(hostname) -w 1 -N ./zstd-{6,3,9,19} ./brotli ``` ## AMD Ryzen @@ -136,7 +136,6 @@ hyperfine --export-markdown $(hostname) -w 1 -N ./zstd-{3,6,9,19} ./brotli | `./zstd-3` | 56.2 ± 2.3 | 54.9 | 68.2 | 1.04 ± 0.04 | | `./zstd-9` | 57.7 ± 0.6 | 56.7 | 59.3 | 1.07 ± 0.02 | | `./zstd-19` | 65.3 ± 0.6 | 64.3 | 66.8 | 1.21 ± 0.02 | -| `./zstd-22` | 65.1 ± 0.5 | 64.2 | 66.3 | 1.21 ± 0.02 | | `./brotli` | 82.7 ± 2.2 | 81.5 | 91.2 | 1.53 ± 0.04 | Summary: `zstd -6` is fastest, brotli is slower by 50-80%.