[pypy-commit] extradoc extradoc: tweak results. on next re-run they should be immediately like this

cfbolz noreply at buildbot.pypy.org
Thu Aug 16 18:49:42 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4640:a0bb846648d2
Date: 2012-08-16 18:49 +0200
http://bitbucket.org/pypy/extradoc/changeset/a0bb846648d2/

Log:	tweak results. on next re-run they should be immediately like this

diff --git a/talk/dls2012/benchmarks/results-newer b/talk/dls2012/benchmarks/results-newer
--- a/talk/dls2012/benchmarks/results-newer
+++ b/talk/dls2012/benchmarks/results-newer
@@ -91,14 +91,14 @@
 sqrt(int): 0.834000 +- 0.006992
 sqrt(float): 0.834000 +- 0.005164
 sqrt(Fix16): 1.140000 +- 0.004714
-conv3(100, nil): 0.180000 +- 0.000000
-conv5(100, nil): 0.210000 +- 0.006667
-conv3(1000, nil): 0.124000 +- 0.005164
-conv5(1000, nil): 0.175000 +- 0.005270
+conv3(1e6): 0.180000 +- 0.000000
+conv5(1e6): 0.210000 +- 0.006667
+conv3(1e5): 0.124000 +- 0.005164
+conv5(1e5): 0.175000 +- 0.005270
 conv3x3(1000000, 3): 0.127000 +- 0.004830
 conv3x3(1000, 1000): 0.094000 +- 0.005164
 dilate3x3(1000, 1000): 0.091000 +- 0.003162
-sobel_magnitude(1000, 1000): 0.238000 +- 0.009189
+sobel(Array2D(1000x1000)): 0.238000 +- 0.009189
 SOR(100, 32768): 1.314000 +- 0.005164
 SOR(1000, 256): 1.076000 +- 0.005164
 SparseMatMult(1000,5000,262144): 4.528000 +- 0.016193
@@ -113,14 +113,14 @@
 sqrt(int): 1.057000 +- 0.004830
 sqrt(float): 1.057000 +- 0.006749
 sqrt(Fix16): 12.802000 +- 0.040770
-conv3(100, nil): 0.702000 +- 0.004216
-conv5(100, nil): 0.866000 +- 0.005164
-conv3(1000, nil): 0.674000 +- 0.005164
-conv5(1000, nil): 0.841000 +- 0.003162
+conv3(1e6): 0.702000 +- 0.004216
+conv5(1e6): 0.866000 +- 0.005164
+conv3(1e5): 0.674000 +- 0.005164
+conv5(1e5): 0.841000 +- 0.003162
 conv3x3(1000000, 3): 0.528000 +- 0.004216
 conv3x3(1000, 1000): 0.495000 +- 0.005270
 dilate3x3(1000, 1000): 0.484000 +- 0.006992
-sobel_magnitude(1000, 1000): 0.602000 +- 0.006325
+sobel(Array(1000x1000)): 0.602000 +- 0.006325
 SOR(100, 32768): 2.020000 +- 0.004714
 SOR(1000, 256): 1.630000 +- 0.004714
 SparseMatMult(1000,5000,262144): 9.637000 +- 0.016364


More information about the pypy-commit mailing list