Edit page memo/benchmark/compression
authorbernie <bernie@66.102.14.16>
Mon, 14 Nov 2011 23:22:47 +0000 (18:22 -0500)
committerBernie Innocenti <bernie@codewiz.org>
Thu, 9 Feb 2012 05:12:12 +0000 (00:12 -0500)
memo/benchmark/compression

index 3309201091d59e1e1e99c7c25a1127df48ccb6f5..830d93dc214af665f50f1e41877954a02fa7d84b 100644 (file)
@@ -1,14 +1,16 @@
-== Crude CPU benchmarks ==
-
-=== Lossless compression algorithms ===
+== A crude CPU benchmark using lossless compression algorithms ==
 
 {{{
 
 {{{
-time lzop  &gt;/dev/null &gt;file
-time gzip  &gt;/dev/null &gt;file
-time bzip2 &gt;/dev/null &gt;file
-time xz    &gt;/dev/null &gt;file
+time lzop  &gt;/dev/null &lt;testfile
+time gzip  &gt;/dev/null &lt;testfile
+time bzip2 &gt;/dev/null &lt;testfile
+time xz    &gt;/dev/null &lt;testfile
 }}}
 
 }}}
 
+"testfile" is a 175MB avi (southpark_12x12_about_last_night.avi). It's not really compressible, which helps level the ground.
+
+=== Results ===
+
 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
 || giskard-x201 || Lenovo x201    || Intel(R) Core(TM) i7 CPU    ||   M 620 || 2.67GHz || x86_64 ||
 || istek        || Lenovo x201    || Intel(R) Core(TM) i5 CPU    ||   M 540 || 2.53GHz || x86_64 ||
 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
 || giskard-x201 || Lenovo x201    || Intel(R) Core(TM) i7 CPU    ||   M 620 || 2.67GHz || x86_64 ||
 || istek        || Lenovo x201    || Intel(R) Core(TM) i5 CPU    ||   M 540 || 2.53GHz || x86_64 ||
@@ -58,7 +60,6 @@ time xz    &gt;/dev/null &gt;file
 || giskard      ||        ||        ||         ||         ||   4.442 ||        ||
 
 ==== Notes ====
 || giskard      ||        ||        ||         ||         ||   4.442 ||        ||
 
 ==== Notes ====
- * 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 xz compression performance relative to trinity
  * all targets using 1 core only!
  * The MB/s figure refers to trinity
  * "index" is xz compression performance relative to trinity