aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-08-10 14:44:59 +0200
committerGitHub <noreply@github.com>2016-08-10 14:44:59 +0200
commit014f6511149f53193e3f6c3c4748632c68cc9c4b (patch)
tree24c24ca7af141a6a2ffae810f9b71673c794174e /README.md
parent5d8b0f3a0ccfb8c26d8598964ccb98202043455d (diff)
downloadbrotli-014f6511149f53193e3f6c3c4748632c68cc9c4b.zip
brotli-014f6511149f53193e3f6c3c4748632c68cc9c4b.tar.gz
brotli-014f6511149f53193e3f6c3c4748632c68cc9c4b.tar.bz2
Add benchmarks section
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01db53a..e87d8ac 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ https://groups.google.com/forum/#!forum/brotli
[![Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)
+### Benchmarks
+* [Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/) / [Unstable Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/unstable/)
+* [Large Text Compression Benchmark](http://mattmahoney.net/dc/text.html)
+* [Lzturbo Benchmark](https://sites.google.com/site/powturbo/home/benchmark)
+
### Related projects
Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.