From: Bernie Innocenti Date: Sun, 28 Feb 2010 15:06:24 +0000 (-0300) Subject: Add compression benchmark X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=f2c484deb996b3bed9edc5353d1dd2efc1e2c1fe;hp=-c Add compression benchmark --- f2c484deb996b3bed9edc5353d1dd2efc1e2c1fe diff --git a/memo/benchmark/compression b/memo/benchmark/compression new file mode 100644 index 0000000..9e1fc2d --- /dev/null +++ b/memo/benchmark/compression @@ -0,0 +1,48 @@ +== CPU benchmark - compression == + +|| ummak || Lenovo Laptop || Intel(R) Core(TM)2 Duo CPU || T9300 || 2.50GHz || x86_64 || +|| groucho || || Intel(R) Core(TM)2 || Q6600 || 2.40GHz || x86_64 || +|| asus-m2avm || ASUS M2-AVM || AMD Athlon 64 X2 || 5600+ || 2.90GHz || x86_64 || +|| triton || || AMD Quad-Core Opteron || 2374 HE || 2.21GHz || x86_64 || +|| sroselli || Lenovo x200s || Intel(R) Core(TM)2 Duo CPU || L9400 || 1.80GHz || x86_64 || +|| helios || || Intel(R) Core(TM)2 Duo CPU || P7350 || 2.00GHz || x86_64 || +|| sunjammer || XEN || AMD Dual-Core Opteron || 2216 HE || 2.41GHz || x86_64 || +|| treehouse || Supermicro || AMD Opteron 2214HE || || 2.20GHz || x86_64 || +|| beamrider || KVM || AMD Dual-Core Opteron || 2214 HE || 2.20GHz || x86_64 || +|| trinity || Supermicro || Intel(R) Core(TM)2 CPU || 6400 || 2.13GHz || i386 || +|| bender || Desktop PC || Intel(R) Core(TM)2 CPU || 6300 || 1.86GHz || x86_64 || +|| sunjammerold || XEN || ??? || || ??? || x86_64 || +|| buildslave4 || XEN || AMD Quad-Core Opteron || 2347HE || 1.90GHz || x86_64 || +|| giskard || Lenovo x200s || Intel(R) Core(TM)2 Duo CPU || U9300 || 1.20GHz || x86_64 || +|| loongson || Yeelong || MIPS || || || mipsel || + +=== Time (seconds) === + +|| **machine** || lzop || gzip || bzip2 || lzma || xz || index || +-------------------------------------------------------------------------------- +|| ummak || 3.790 || 9.231 || 36.311 || 94.530 || || 2.247 || +|| groucho || 4.259 || 12.394 || 56.541 || 158.497 || || || +|| asus-m2avm || 4.101 || 10.104 || 66.804 || 201.453 || || || +|| triton || 4.445 || 11.363 || 58.886 || 107.545 || || || +|| sroselli || 5.029 || 12.368 || 48.520 || 113.379 || 108.542 || || +|| helios || 5.299 || 12.571 || 50.886 || 115.713 || || || +|| sunjammer || 5.088 || 12.675 || 71.956 || 130.412 || 154.248 || || +|| treehouse || || 12.551 || 76.207 || 139.021 || 150.076 || || +|| beamrider || 5.225 || 13.094 || 77.227 || 139.882 || 155.931 || || +|| trinity || 5.196 || 15.462 || 61.448 || 212.371 || || 1.000 || +|| bender || 5.516 || 16.163 || 62.373 || 201.685 || || || +|| sunjammerold|| 9.196 || 13.019 || 85.394 || 216.806 || || || +|| buildslave4 || 9.693 || 18.990 || 73.788 || 202.622 || || || +|| giskard || 7.852 || 19.865 || 89.311 || 266.837 || 153.761 || 0.796 || +|| loongson || 20.918 || 72.245 || 314.057 || 629.609 || || || +-------------------------------------------------------------------------------- +|| **MB/s** || 33.68 || 12.10 || 2.85 || 0.82 || || || + +=== Notes === + * test file is a 175MB avi (southpark_12x12_about_last_night.avi) + * MB/s refers to trinity + * index is a performance index relative to trinity + * all targets using 1 core only + * bender and trinity run same lzma version + * is xz slower than lzma? + diff --git a/memo/benchmark/x200s b/memo/benchmark/x200s deleted file mode 100644 index de61e85..0000000 --- a/memo/benchmark/x200s +++ /dev/null @@ -1,29 +0,0 @@ -== Giskard x200s powertop == - -=== 2.6.31.1-56.fc12 w/ iwlagn === -|| BT || WiFi || LCD || CPU || **Power** || **Time (3 cell)** || -|| off || off || min || idle || 8.4W || 2.9h || -|| off || on || min || idle || 10.4W || 2.3h || -|| off || on || max || idle || 13.4W || 1.7h || -|| on || on || max || idle || 13.6W || 1.6h || -|| on || on || max || one || 20.7W || 1.1h || -|| on || on || max || both || 22.9W || 0.9h || - - * iwlagn uses: 2W - -=== 2.6.31.1-56.fc12 w/ ath9k === -|| BT || WiFi || LCD || CPU || **Power** || -|| off || off || min || idle || 9.0W || -|| off || unass || min || idle || 9.5W || -|| off || on || min || idle || 10.0W || -|| off || on || off || idle || 8.3W || - - * ath9k uses: 2W - -=== 2.6.31.1.bernie w/ iwlagn === -|| BT || WiFi || LCD || CPU || **Power** || Notes || -|| off || on || min || idle || 11.4W || || -|| off || off || min || idle || 9.4W || || -|| off || off || min || idle || 9.0W || KILL FIREFOX! || -|| off || off || min || idle || 8.8W || after some time... || -|| off || off || off || idle || 8.7W || after some time... || diff --git a/memo/benchmark/x200s-powertop b/memo/benchmark/x200s-powertop new file mode 100644 index 0000000..de61e85 --- /dev/null +++ b/memo/benchmark/x200s-powertop @@ -0,0 +1,29 @@ +== Giskard x200s powertop == + +=== 2.6.31.1-56.fc12 w/ iwlagn === +|| BT || WiFi || LCD || CPU || **Power** || **Time (3 cell)** || +|| off || off || min || idle || 8.4W || 2.9h || +|| off || on || min || idle || 10.4W || 2.3h || +|| off || on || max || idle || 13.4W || 1.7h || +|| on || on || max || idle || 13.6W || 1.6h || +|| on || on || max || one || 20.7W || 1.1h || +|| on || on || max || both || 22.9W || 0.9h || + + * iwlagn uses: 2W + +=== 2.6.31.1-56.fc12 w/ ath9k === +|| BT || WiFi || LCD || CPU || **Power** || +|| off || off || min || idle || 9.0W || +|| off || unass || min || idle || 9.5W || +|| off || on || min || idle || 10.0W || +|| off || on || off || idle || 8.3W || + + * ath9k uses: 2W + +=== 2.6.31.1.bernie w/ iwlagn === +|| BT || WiFi || LCD || CPU || **Power** || Notes || +|| off || on || min || idle || 11.4W || || +|| off || off || min || idle || 9.4W || || +|| off || off || min || idle || 9.0W || KILL FIREFOX! || +|| off || off || min || idle || 8.8W || after some time... || +|| off || off || off || idle || 8.7W || after some time... ||