Edit page memo/benchmark/compression-algorithms
[wiki.git] / memo / benchmark / compression-algorithms
index fe67e795e5dbd235d410cce7d2110ea3862d699a..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 ||