Edit page memo/benchmark/compression-algorithms
[wiki.git] / memo / benchmark / compression-algorithms
index ac2a349e24ead4d4848ff84368a67274409ec9b2..fe67e795e5dbd235d410cce7d2110ea3862d699a 100644 (file)
@@ -1,9 +1,9 @@
 == 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 ||