:: commit 1e8eca8197c05afb2fd09c661ec73c44b7c110da

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-11 17:40

parents: 839acc5066

Update BENCHMARKS.md

diff --git a/etc/BENCHMARKS.md b/etc/BENCHMARKS.md
index 181d6f7..705186a 100644
--- a/etc/BENCHMARKS.md
+++ b/etc/BENCHMARKS.md
@@ -1,6 +1,4 @@
 
-Note: These benchmarks are rarely updated.
-
 [Testing corpus](https://github.com/kspalaiologos/bzip3/releases/download/corpus/corpus.7z)
 
 ```
@@ -131,3 +129,16 @@ wc -c linux.tar*
  125725455 linux.tar.lzma
 ```
 
+## The Silesia corpus
+
+```
+lzma -9 -k silesia.tar  76.88s user 0.31s system 99% cpu 675M memory 1:17.20 total
+bzip3 -e -b 16 silesia.tar  17.42s user 0.08s system 99% cpu 98M memory 17.510 total
+zstd -19 silesia.tar  83.43s user 0.20s system 100% cpu 237M memory 1:23.47 total
+
+% wc -c silesia*
+211968000 silesia.tar
+ 47227855 silesia.tar.bz3
+ 48761670 silesia.tar.lzma
+ 53000145 silesia.tar.zst
+```
tab: 248 wrap: offon