Add powertop results for x201
[wiki.git] / memo / benchmark / compression
1 == Crude CPU benchmarks ==
2
3 === Lossless compression algorithms ===
4
5 {{{
6 time lzop  <file >/dev/null
7 time gzip  <file >/dev/null
8 time bzip2 <file >/dev/null
9 time xz    <file >/dev/null
10 }}}
11
12 || **Hostname** || **System**     || ** CPU Brand**              || **CPU** ||**Clock**||**Arch**||
13 || r2d2         || PowerEdge R410 || Intel(R) Xeon(R) CPU        ||   E5520 || 2.27GHz || x86_64 ||
14 || ummak        || Lenovo Laptop  || Intel(R) Core(TM)2 Duo CPU  ||   T9300 || 2.50GHz || x86_64 ||
15 || groucho      ||                || Intel(R) Core(TM)2          ||   Q6600 || 2.40GHz || x86_64 ||
16 || asus-m2avm   || ASUS M2-AVM    || AMD Athlon 64 X2            ||   5600+ || 2.90GHz || x86_64 ||
17 || triton       ||                || AMD Quad-Core Opteron       || 2374 HE || 2.21GHz || x86_64 ||
18 || sroselli     || Lenovo x200s   || Intel(R) Core(TM)2 Duo CPU  ||   L9400 || 1.80GHz || x86_64 ||
19 || helios       ||                || Intel(R) Core(TM)2 Duo CPU  ||   P7350 || 2.00GHz || x86_64 ||
20 || sunjammer    || XEN            || AMD Dual-Core Opteron       || 2216 HE || 2.41GHz || x86_64 ||
21 || treehouse    || Supermicro     || AMD Opteron 2214HE          ||         || 2.20GHz || x86_64 ||
22 || beamrider    || KVM            || AMD Dual-Core Opteron       || 2214 HE || 2.20GHz || x86_64 ||
23 || trinity      || Supermicro     || Intel(R) Core(TM)2 CPU      ||    6400 || 2.13GHz || i386   ||
24 || bender       || Desktop PC     || Intel(R) Core(TM)2 CPU      ||    6300 || 1.86GHz || x86_64 ||
25 || sunjammerold || XEN            || ???                         ||         || ???     || x86_64 ||
26 || buildslave4  || XEN            || AMD Quad-Core Opteron       ||  2347HE || 1.90GHz || x86_64 ||
27 || giskard      || Lenovo x200s   || Intel(R) Core(TM)2 Duo CPU  ||   U9300 || 1.20GHz || x86_64 ||
28 || loongson     || Yeelong        || MIPS                        ||         ||         || mipsel ||
29 || dfarning     || IdeaPad Y650   || Intel(R) Core(TM)2 Duo CPU  ||   P8700 || 2.53GHz || x86_64 ||
30
31 ==== Time (seconds) ====
32
33 || **hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz**  ||**index**||
34 || r2d2         ||  3.896 ||  9.029 ||  37.652 ||  84.727 ||  84.554 ||        ||
35 || ummak        ||  3.790 ||  9.231 ||  36.311 ||  94.530 ||         ||  2.247 ||
36 || dfarning     ||  4.041 ||  9.963 ||  42.631 || 104.108 || 105.507 ||        ||
37 || groucho      ||  4.259 || 12.394 ||  56.541 || 158.497 ||         ||        ||
38 || asus-m2avm   ||  4.101 || 10.104 ||  66.804 || 201.453 ||         ||        ||
39 || triton       ||  4.445 || 11.363 ||  58.886 || 107.545 ||         ||        ||
40 || sroselli     ||  5.029 || 12.368 ||  48.520 || 113.379 || 108.542 ||        ||
41 || helios       ||  5.299 || 12.571 ||  50.886 || 115.713 ||         ||        ||
42 || sunjammer    ||  5.088 || 12.675 ||  71.956 || 130.412 || 154.248 ||        ||
43 || treehouse    ||        || 12.551 ||  76.207 || 139.021 || 150.076 ||        ||
44 || beamrider    ||  5.225 || 13.094 ||  77.227 || 139.882 || 155.931 ||        ||
45 || trinity      ||  5.196 || 15.462 ||  61.448 || 212.371 ||         ||  1.000 ||
46 || bender       ||  5.516 || 16.163 ||  62.373 || 201.685 ||         ||        ||
47 || sunjammerold ||  9.196 || 13.019 ||  85.394 || 216.806 ||         ||        ||
48 || buildslave4  ||  9.693 || 18.990 ||  73.788 || 202.622 ||         ||        ||
49 || giskard      ||  7.852 || 19.865 ||  89.311 || 266.837 || 153.761 ||  0.796 ||
50 || loongson     || 20.918 || 72.245 || 314.057 || 629.609 ||         ||        ||
51 || **MB/s**     ||  33.68 ||  12.10 ||   2.85  ||    0.82 ||         ||        ||
52
53 ==== Notes ====
54  * test file is a 175MB avi (southpark_12x12_about_last_night.avi)
55  * all targets using 1 core only!
56  * The MB/s figure refers to trinity
57  * "index" is a performance index relative
58  * bender and trinity run same lzma version
59  * is xz faster or slower than lzma?
60