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

index 830d93dc214af665f50f1e41877954a02fa7d84b..c73702c24aa07ccc2f48b53bc55f143f238cdead 100644 (file)
@@ -1,5 +1,7 @@
 == A crude CPU benchmark using lossless compression algorithms ==
 
 == A crude CPU benchmark using lossless compression algorithms ==
 
+=== How to test ===
+
 {{{
 time lzop  &gt;/dev/null &lt;testfile
 time gzip  &gt;/dev/null &lt;testfile
 {{{
 time lzop  &gt;/dev/null &lt;testfile
 time gzip  &gt;/dev/null &lt;testfile
@@ -35,6 +37,7 @@ time xz    &gt;/dev/null &lt;testfile
 ==== Time (seconds) ====
 
 || **hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz**  ||**index**||
 ==== Time (seconds) ====
 
 || **hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz**  ||**index**||
+|| gdesk        ||        ||        ||         ||         ||  61.46  ||        ||
 || giskard-x201 ||  2.960 ||  6.952 ||  37.157 ||  97.508 ||  95.945 ||  2.213 ||
 || istek        ||        ||  7.550 ||  35.480 ||         || 103.210 ||        ||
 || r2d2         ||  3.896 ||  9.029 ||  37.652 ||  84.727 ||  84.554 ||        ||
 || giskard-x201 ||  2.960 ||  6.952 ||  37.157 ||  97.508 ||  95.945 ||  2.213 ||
 || istek        ||        ||  7.550 ||  35.480 ||         || 103.210 ||        ||
 || r2d2         ||  3.896 ||  9.029 ||  37.652 ||  84.727 ||  84.554 ||        ||