[pypy-svn] r17636 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Sun Sep 18 01:20:53 CEST 2005


Author: tismer
Date: Sun Sep 18 01:20:52 2005
New Revision: 17636

Modified:
   pypy/dist/pypy/translator/goal/bench-windows.py
Log:
updated benchmarks after Armin's new acceleration.
It is in fact phantastic, around 20% for richards,
small effect on pystone.

Now we have an almost 200% speedup in about 5 days.
Repeating this 4-5 times more, and we are there in 25 days. haha :)

executable           abs.richards   abs.pystone   rel.richards   rel.pystone
pypy-c-17439           35131 ms         664.546      42.1           61.3
pypy-c-17512           45805 ms         682.501      54.9           59.7
pypy-c-17516           37934 ms         727.160      45.5           56.0
pypy-c-17545-intern    34299 ms         795.603      41.1           51.2
pypy-c-17572           36121 ms         785.060      43.3           51.9
pypy-c-17600           26348 ms         932.547      31.6           43.7
pypy-c-17623-32_4      24825 ms        1010.910      29.8           40.3
pypy-c-17634           20069 ms        1018.520      24.1           40.0
python 2.3.3             834 ms       40719.600       1.0            1.0

Modified: pypy/dist/pypy/translator/goal/bench-windows.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-windows.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-windows.py	Sun Sep 18 01:20:52 2005
@@ -4,17 +4,15 @@
 
 current_result = """
 executable           abs.richards   abs.pystone   rel.richards   rel.pystone
-pypy-c-17439           35671 ms         649.430      41.5           57.5
-pypy-c-17512           46917 ms         661.685      54.6           56.4
-pypy-c-17516           38585 ms         670.494      44.9           55.7
-pypy-c-17545-intern    34849 ms         781.101      40.6           47.8
-pypy-c-17572           36892 ms         755.969      42.9           49.4
-pypy-c-17600           26828 ms         919.220      31.2           40.6
-pypy-c-17600_ll_list   27138 ms         815.223      31.6           45.8
-pypy-c-17623-32_4      25107 ms         994.383      29.2           37.6
-pypy-c-17626-undo2     23873 ms         903.937      27.8           41.3
-pypy-c-17626-unrlist   25206 ms         847.455      29.3           44.1
-python 2.3.3             859 ms       37339.500       1.0            1.0
+pypy-c-17439           35131 ms         664.546      42.1           61.3
+pypy-c-17512           45805 ms         682.501      54.9           59.7
+pypy-c-17516           37934 ms         727.160      45.5           56.0
+pypy-c-17545-intern    34299 ms         795.603      41.1           51.2
+pypy-c-17572           36121 ms         785.060      43.3           51.9
+pypy-c-17600           26348 ms         932.547      31.6           43.7
+pypy-c-17623-32_4      24825 ms        1010.910      29.8           40.3
+pypy-c-17634           20069 ms        1018.520      24.1           40.0
+python 2.3.3             834 ms       40719.600       1.0            1.0
 """
 
 import os, sys



More information about the Pypy-commit mailing list