[pypy-commit] extradoc extradoc: more benchmakrs

fijal noreply at buildbot.pypy.org
Fri Jun 17 09:21:56 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3724:2d99c2b5a72c
Date: 2011-06-17 09:23 +0200
http://bitbucket.org/pypy/extradoc/changeset/2d99c2b5a72c/

Log:	more benchmakrs

diff --git a/talk/iwtc11/benchmarks/new_result.txt b/talk/iwtc11/benchmarks/new_result.txt
--- a/talk/iwtc11/benchmarks/new_result.txt
+++ b/talk/iwtc11/benchmarks/new_result.txt
@@ -66,3 +66,18 @@
 sobel_magnitude: 0.182 +- 0.004472135955
 
 python2.7
+sqrt(int): 20.7507618427 +- 0.0820766211411
+sqrt(float): 24.1753005743 +- 0.0810562636584
+sqrt(Fix16): 720.625649452 +- 1.15280139821
+conv3(1e6): 77.3019948721 +- 0.459894508642
+conv5(1e6): 121.30363183 +- 0.199402921369
+conv3(1e5): 78.3221033573 +- 0.153951273532
+conv5(1e5): 121.907371497 +- 0.418968304706
+conv3x3(3): 23.9262646198 +- 0.00662884454029
+conv3x3(1000): 23.9549843311 +- 0.0459730336084
+dilate3x3(1000): 23.4804996014 +- 0.0165083869024
+NoBorderImagePadded: 545.637593651 +- 0.215675086283
+NoBorderImagePadded(iter): 549.07568202 +- 0.198266656745
+NoBorderImagePadded(range): 551.072267699 +- 2.18911451251
+
+python2.6 psyco-wrapper.py


More information about the pypy-commit mailing list