mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
New benchmarks? #234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bknowles on GitHub (May 27, 2018).
Might I also suggest linking to the following additional benchmark pages? See:
https://www.opencpu.org/posts/brotli-benchmarks/
https://community.centminmod.com/threads/compression-comparison-benchmarks-zstd-vs-brotli-vs-pigz-vs-bzip2-vs-xz-etc.12764/
@espoal commented on GitHub (Jun 24, 2018):
Is benchmark part of testing?
I just noticed a regression in file size from Ubuntu 17.10 (brotli 0.6.0) and the git repo (brotli 1.0.4).
With more recent brotli version file size is bigger, and the LZ77 window size is almost always non optimal.
@eustas commented on GitHub (Aug 3, 2023):
We check how our changes affect density/performance. It is quite possible that improvements on one dataset might be disadvantageous to other. Personally I liked https://github.com/quixdb/squash-benchmark project, but it seems to be dead nowadays.