From 4b3a3b51d42768a466a50b4f5c0b1b08b0058554 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 6 Dec 2010 13:10:23 -0500 Subject: [PATCH 1/1] Edit page memo/benchmark/compression-algorithms --- memo/benchmark/compression-algorithms | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/memo/benchmark/compression-algorithms b/memo/benchmark/compression-algorithms index 710d19a..9249d7e 100644 --- a/memo/benchmark/compression-algorithms +++ b/memo/benchmark/compression-algorithms @@ -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 || -- 2.25.1