1
Fork 0

number games

This commit is contained in:
Motiejus Jakštys 2024-08-07 15:19:15 +03:00
parent ffcae651c4
commit baab5ea6ce
1 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,7 @@ point going ultra, I will exclude `zstd -22` from the tests.
# Decompression Speed # 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 ## 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-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-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-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 | | `./brotli` | 82.7 ± 2.2 | 81.5 | 91.2 | 1.53 ± 0.04 |
Summary: `zstd -6` is fastest, brotli is slower by 50-80%. Summary: `zstd -6` is fastest, brotli is slower by 50-80%.