From: Yann Collet Date: Sun, 23 Mar 2025 19:02:51 +0000 (-0700) Subject: update benchmark result X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c59f7ac51ec943b5c5ea0746e97a225ee2d56881;p=thirdparty%2Fzstd.git update benchmark result brotli uses -1 level, like all other compressors --- diff --git a/README.md b/README.md index 22a127dc9..c542bb40e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ on the [Silesia compression corpus]. | Compressor name | Ratio | Compression| Decompress.| | --------------- | ------| -----------| ---------- | | **zstd 1.5.7 -1** | 2.896 | 510 MB/s | 1550 MB/s | +| brotli 1.1.0 -1 | 2.883 | 290 MB/s | 425 MB/s | | [zlib] 1.3.1 -1 | 2.743 | 105 MB/s | 390 MB/s | -| brotli 1.1.0 -0 | 2.702 | 400 MB/s | 425 MB/s | | **zstd 1.5.7 --fast=1** | 2.439 | 545 MB/s | 1850 MB/s | | **zstd 1.5.7 --fast=3** | 2.241 | 635 MB/s | 1980 MB/s | | quicklz 1.5.0 -1 | 2.238 | 520 MB/s | 750 MB/s |