[Python-checkins] r75691 - in sandbox/trunk/ccbench: athlonx2-linux-newgil.txt athlonx2-linux-py3k.txt

antoine.pitrou python-checkins at python.org
Sun Oct 25 01:52:14 CEST 2009


Author: antoine.pitrou
Date: Sun Oct 25 01:52:14 2009
New Revision: 75691

Log:
Add Athlon X2 benchmark results



Added:
   sandbox/trunk/ccbench/athlonx2-linux-newgil.txt   (contents, props changed)
   sandbox/trunk/ccbench/athlonx2-linux-py3k.txt   (contents, props changed)

Added: sandbox/trunk/ccbench/athlonx2-linux-newgil.txt
==============================================================================
--- (empty file)
+++ sandbox/trunk/ccbench/athlonx2-linux-newgil.txt	Sun Oct 25 01:52:14 2009
@@ -0,0 +1,51 @@
+== CPython 3.2a0.0 (unknown:75668) ==
+== x86_64 Linux on 'AMD Athlon(tm) 64 X2 Dual Core Processor 3600+' ==
+
+--- Throughput ---
+
+Pi calculation (Python)
+
+threads=1: 752 iterations/s.
+threads=2: 716 ( 95 %)
+threads=3: 718 ( 95 %)
+threads=4: 702 ( 93 %)
+
+regular expression (C)
+
+threads=1: 173 iterations/s.
+threads=2: 159 ( 91 %)
+threads=3: 158 ( 91 %)
+threads=4: 158 ( 91 %)
+
+bz2 compression (C)
+
+threads=1: 326 iterations/s.
+threads=2: 628 ( 192 %)
+threads=3: 624 ( 191 %)
+threads=4: 639 ( 195 %)
+
+--- Latency ---
+
+Background CPU task: Pi calculation (Python)
+
+CPU threads=0: 0 ms. (std dev: 0 ms.)
+CPU threads=1: 0 ms. (std dev: 1 ms.)
+CPU threads=2: 1 ms. (std dev: 3 ms.)
+CPU threads=3: 0 ms. (std dev: 1 ms.)
+CPU threads=4: 0 ms. (std dev: 2 ms.)
+
+Background CPU task: regular expression (C)
+
+CPU threads=0: 0 ms. (std dev: 2 ms.)
+CPU threads=1: 3 ms. (std dev: 2 ms.)
+CPU threads=2: 3 ms. (std dev: 2 ms.)
+CPU threads=3: 5 ms. (std dev: 4 ms.)
+CPU threads=4: 4 ms. (std dev: 3 ms.)
+
+Background CPU task: bz2 compression (C)
+
+CPU threads=0: 0 ms. (std dev: 2 ms.)
+CPU threads=1: 0 ms. (std dev: 2 ms.)
+CPU threads=2: 0 ms. (std dev: 1 ms.)
+CPU threads=3: 0 ms. (std dev: 2 ms.)
+CPU threads=4: 0 ms. (std dev: 1 ms.)

Added: sandbox/trunk/ccbench/athlonx2-linux-py3k.txt
==============================================================================
--- (empty file)
+++ sandbox/trunk/ccbench/athlonx2-linux-py3k.txt	Sun Oct 25 01:52:14 2009
@@ -0,0 +1,51 @@
+== CPython 3.2a0.0 (py3k:75680:75684M) ==
+== x86_64 Linux on 'AMD Athlon(tm) 64 X2 Dual Core Processor 3600+' ==
+
+--- Throughput ---
+
+Pi calculation (Python)
+
+threads=1: 761 iterations/s.
+threads=2: 603 ( 79 %)
+threads=3: 606 ( 79 %)
+threads=4: 587 ( 77 %)
+
+regular expression (C)
+
+threads=1: 166 iterations/s.
+threads=2: 162 ( 97 %)
+threads=3: 156 ( 93 %)
+threads=4: 163 ( 98 %)
+
+bz2 compression (C)
+
+threads=1: 340 iterations/s.
+threads=2: 623 ( 183 %)
+threads=3: 636 ( 186 %)
+threads=4: 634 ( 186 %)
+
+--- Latency ---
+
+Background CPU task: Pi calculation (Python)
+
+CPU threads=0: 0 ms. (std dev: 2 ms.)
+CPU threads=1: 9 ms. (std dev: 7 ms.)
+CPU threads=2: 4 ms. (std dev: 7 ms.)
+CPU threads=3: 2 ms. (std dev: 3 ms.)
+CPU threads=4: 1 ms. (std dev: 3 ms.)
+
+Background CPU task: regular expression (C)
+
+CPU threads=0: 0 ms. (std dev: 1 ms.)
+CPU threads=1: 1031 ms. (std dev: 578 ms.)
+CPU threads=2: 1045 ms. (std dev: 575 ms.)
+CPU threads=3: 1076 ms. (std dev: 578 ms.)
+CPU threads=4: 661 ms. (std dev: 397 ms.)
+
+Background CPU task: bz2 compression (C)
+
+CPU threads=0: 0 ms. (std dev: 2 ms.)
+CPU threads=1: 0 ms. (std dev: 0 ms.)
+CPU threads=2: 0 ms. (std dev: 2 ms.)
+CPU threads=3: 0 ms. (std dev: 1 ms.)
+CPU threads=4: 0 ms. (std dev: 0 ms.)


More information about the Python-checkins mailing list