Merge branch 'master' of ssh://sunjammer.codewiz.org/~/wiki/git/wiki
[wiki.git] / memo / benchmark / compression
index 36be34353a679646ea01ef5c281cbdf80c123c48..8a087606d53f870fd99cd1e6989e10345c4b1abf 100644 (file)
@@ -2,7 +2,15 @@
 
 === Lossless compression algorithms ===
 
+{{{
+time lzop  <file >/dev/null
+time gzip  <file >/dev/null
+time bzip2 <file >/dev/null
+time xz    <file >/dev/null
+}}}
+
 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
+|| r2d2         || PowerEdge R410 || Intel(R) Xeon(R) CPU        ||   E5520 || 2.27GHz || x86_64 ||
 || ummak        || Lenovo Laptop  || Intel(R) Core(TM)2 Duo CPU  ||   T9300 || 2.50GHz || x86_64 ||
 || groucho      ||                || Intel(R) Core(TM)2          ||   Q6600 || 2.40GHz || x86_64 ||
 || asus-m2avm   || ASUS M2-AVM    || AMD Athlon 64 X2            ||   5600+ || 2.90GHz || x86_64 ||
 || buildslave4  || XEN            || AMD Quad-Core Opteron       ||  2347HE || 1.90GHz || x86_64 ||
 || giskard      || Lenovo x200s   || Intel(R) Core(TM)2 Duo CPU  ||   U9300 || 1.20GHz || x86_64 ||
 || loongson     || Yeelong        || MIPS                        ||         ||         || mipsel ||
+|| dfarning     || IdeaPad Y650   || Intel(R) Core(TM)2 Duo CPU  ||   P8700 || 2.53GHz || x86_64 ||
 
 ==== Time (seconds) ====
 
 || **hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz**  ||**index**||
+|| r2d2         ||  3.896 ||  9.029 ||  37.652 ||  84.727 ||  84.554 ||        ||
 || ummak        ||  3.790 ||  9.231 ||  36.311 ||  94.530 ||         ||  2.247 ||
+|| dfarning     ||  4.041 ||  9.963 ||  42.631 || 104.108 || 105.507 ||        ||
 || groucho      ||  4.259 || 12.394 ||  56.541 || 158.497 ||         ||        ||
 || asus-m2avm   ||  4.101 || 10.104 ||  66.804 || 201.453 ||         ||        ||
 || triton       ||  4.445 || 11.363 ||  58.886 || 107.545 ||         ||        ||
@@ -43,7 +54,7 @@
  * test file is a 175MB avi (southpark_12x12_about_last_night.avi)
  * all targets using 1 core only!
  * The MB/s figure refers to trinity
- * "index" is a performance index relative to trinity
+ * "index" is a performance index relative
  * bender and trinity run same lzma version
  * is xz faster or slower than lzma?