[pypy-commit] extradoc extradoc: compare to python 2.7
hakanardo
noreply at buildbot.pypy.org
Thu Jun 9 07:45:53 CEST 2011
Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r3623:c3b7ab276399
Date: 2011-06-09 06:55 +0200
http://bitbucket.org/pypy/extradoc/changeset/c3b7ab276399/
Log: compare to python 2.7
diff --git a/talk/iwtc11/benchmarks/result.txt b/talk/iwtc11/benchmarks/result.txt
--- a/talk/iwtc11/benchmarks/result.txt
+++ b/talk/iwtc11/benchmarks/result.txt
@@ -40,9 +40,9 @@
conv3: 1.10
conv5: 1.16
-python
-sqrt(float): 43.5761749744
- sqrt(int): 32.1061348915
-sqrt(Fix16): ???
-conv3: 76.4291441441
-conv5: 114.82663703
+python2.7
+sqrt(float): 35.3788838387
+ sqrt(int): 19.5545659065
+sqrt(Fix16): 978.297157049
+conv3: 72.7751071453
+conv5: 103.557267904
diff --git a/talk/iwtc11/benchmarks/runall.sh b/talk/iwtc11/benchmarks/runall.sh
--- a/talk/iwtc11/benchmarks/runall.sh
+++ b/talk/iwtc11/benchmarks/runall.sh
@@ -6,4 +6,5 @@
./benchmark.sh gcc
./benchmark.sh gcc -O2
./benchmark.sh gcc -O3 -march=native
-./benchmark.sh python
+./benchmark.sh python2.7
+
More information about the pypy-commit
mailing list