Edit page memo/benchmark/compression-algorithms
authorbernie <bernie@66.92.78.210>
Mon, 6 Dec 2010 18:10:23 +0000 (13:10 -0500)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 6 Dec 2010 18:10:23 +0000 (13:10 -0500)
memo/benchmark/compression-algorithms

index 710d19a0b978c42da650435d891edfdd4f28ddf3..9249d7eb59c18abf2619e3af4d977a029251dc6b 100644 (file)
@@ -1,9 +1,11 @@
 == Compression of source code ==
 
-  time tar cf  gcc-3.4.6-newbin.tar     gcc-3.4.6-newbin
-  time tar czf gcc-3.4.6-newbin.tar.gz  gcc-3.4.6-newbin
-  time tar cjf gcc-3.4.6-newbin.tar.bz2 gcc-3.4.6-newbin
-  time tar cJf gcc-3.4.6-newbin.tar.xz  gcc-3.4.6-newbin
+{{{
+time tar cf  gcc-3.4.6-newbin.tar     gcc-3.4.6-newbin
+time tar czf gcc-3.4.6-newbin.tar.gz  gcc-3.4.6-newbin
+time tar cjf gcc-3.4.6-newbin.tar.bz2 gcc-3.4.6-newbin
+time tar cJf gcc-3.4.6-newbin.tar.xz  gcc-3.4.6-newbin
+}}}
 
 || **archiver** || **size** || **packed** || **unpacked** ||
 || tar          ||    147MB ||     0.267s ||       0.809s ||