X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=memo%2Fbenchmark%2Fcompression;h=908ec719ee91e044a83bd6f7c8b29277942c9e01;hp=cffe0dfe913d48bb635e40ff232982d3cf336c5a;hb=2d0137857bd98fa16f8fab0153613674f39bd1f5;hpb=9cd2dabb93800d56dce11abbf75e7fcd6404040b diff --git a/memo/benchmark/compression b/memo/benchmark/compression index cffe0df..908ec71 100644 --- a/memo/benchmark/compression +++ b/memo/benchmark/compression @@ -9,13 +9,14 @@ time bzip2 >/dev/null <testfile time xz >/dev/null <testfile }}} -"testfile" is a 175MB avi (southpark_12x12_about_last_night.avi). It's not really compressible, which helps level the ground. +"testfile" is a 175MB avi (southpark_12x12_about_last_night.avi). It's not actually compressible, but it doesn't matter. === Results === || **Hostname** || **System** || ** CPU Brand** || **CPU** ||**Clock**||**Arch**|| **OS** || || xyzzy.cam || Dell T3500 || Intel(R) Xeon(R) CPU || W3690 || 3.47GHz || x86_64 || || || xyzzy.i || XEN || Intel(R) Xeon(R) CPU || X5679 || 3.20GHz || x86_64 || || +|| giskard-x230 || Lenovo X230 || Intel(R) Core(TM) i5 || 3320M || 2.60GHz || x86_64 || Ubuntu 14.04 || || giskard-x220 || Lenovo X220 || Intel(R) Core(TM) i5 || 2520M || 2.50GHz || x86_64 || Ubuntu 14.04 || || glaptop-x220 || Lenovo X220 || Intel(R) Core(TM) i5 || 2520M || 2.50GHz || x86_64 || || || giskard-x201 || Lenovo X201 || Intel(R) Core(TM) i7 CPU || M 620 || 2.67GHz || x86_64 || || @@ -40,8 +41,9 @@ time xz >/dev/null <testfile ==== Time (seconds) ==== -|| **hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz** ||**index**|| +|| **Hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz** ||**index**|| || xyzzy.cam || 0.228 || 5.375 || 29.697 || || 60.827 || || +|| giskard-x230 || 0.199 || 6.418 || 26.125 || || 67.543 || || || xyzzy.i || 0.255 || 7.056 || 36.174 || || 73.280 || || || giskard-x220 || 0.219 || 6.826 || 28.311 || || 72.894 || || || glaptop-x220 || 2.622 || 6.058 || 31.523 || || 72.578 || || @@ -72,5 +74,5 @@ time xz >/dev/null <testfile ==== Notes ==== * all targets using 1 core only! - * "index" is xz compression performance relative to gzip (probably) + * "index" is gzip compression performance relative to trinity (probably) * is xz faster or slower than lzma? \ No newline at end of file