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

index 32e75fbf5ccff95c38e90a4a6bb766e6bfe7bd56..3309201091d59e1e1e99c7c25a1127df48ccb6f5 100644 (file)
@@ -3,10 +3,10 @@
 === Lossless compression algorithms ===
 
 {{{
 === Lossless compression algorithms ===
 
 {{{
-time lzop  >/dev/null <file
-time gzip  >/dev/null <file
-time bzip2 >/dev/null <file
-time xz    >/dev/null <file
+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
 }}}
 
 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
 }}}
 
 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
@@ -63,5 +63,4 @@ time xz    >/dev/null <file
  * The MB/s figure refers to trinity
  * "index" is xz compression performance relative to trinity
  * bender and trinity run same lzma version
  * The MB/s figure refers to trinity
  * "index" is xz compression performance relative to trinity
  * bender and trinity run same lzma version
- * is xz faster or slower than lzma?
-
+ * is xz faster or slower than lzma?
\ No newline at end of file