Edit page memo/benchmark/compression-algorithms
[wiki.git] / memo / benchmark / compression-algorithms
index ac2a349e24ead4d4848ff84368a67274409ec9b2..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
+}}}
 
 || **archiver** || **size** || **packed** || **unpacked** ||
 || tar          ||    147MB ||     0.267s ||       0.809s ||