Merge branch 'master' of ssh://sunjammer.codewiz.org/~/wiki/git/wiki
[wiki.git] / memo / benchmark / compression
index 9e5ae4716fb2c51cd9951ba8075d80969835bb56..8a087606d53f870fd99cd1e6989e10345c4b1abf 100644 (file)
@@ -2,6 +2,13 @@
 
 === 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 ||