Edit page memo/benchmark/compression
[wiki.git] / memo / benchmark / compression
index 830d93dc214af665f50f1e41877954a02fa7d84b..c73702c24aa07ccc2f48b53bc55f143f238cdead 100644 (file)
@@ -1,5 +1,7 @@
 == A crude CPU benchmark using lossless compression algorithms ==
 
+=== How to test ===
+
 {{{
 time lzop  >/dev/null <testfile
 time gzip  >/dev/null <testfile
@@ -35,6 +37,7 @@ time xz    >/dev/null <testfile
 ==== 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 ||        ||