[pypy-commit] extradoc extradoc: just some new/more numbers

Raemi noreply at buildbot.pypy.org
Thu May 29 14:42:38 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: extradoc
Changeset: r5281:9f7e6efe378e
Date: 2014-05-29 14:42 +0200
http://bitbucket.org/pypy/extradoc/changeset/9f7e6efe378e/

Log:	just some new/more numbers

diff --git a/talk/dls2014/paper/plots/plot_performance.py b/talk/dls2014/paper/plots/plot_performance.py
--- a/talk/dls2014/paper/plots/plot_performance.py
+++ b/talk/dls2014/paper/plots/plot_performance.py
@@ -44,7 +44,7 @@
             [3.91, 3.87],
             [2.53, 2.52],
             [2.23],
-            [2.46, 2.6]
+            [2.46, 2.6,2.76,2.51]
         ],
         "pypy-jit":[
             [1.6],
@@ -58,7 +58,7 @@
             [1.68],
             [1.3],
             [1.39],
-            [1.66]
+            [1.66,1.67,1.68,1.66]
         ],
         "pypy-jit":[
             [1.6],
@@ -83,10 +83,10 @@
 
     "threadworms":{
         "pypy-stm-jit":[
-            [4.23],
-            [3.4],
-            [3.16],
-            [3.4, 3.3]
+            [4.23,4.33],
+            [3.4,3.34,3.39],
+            [3.16,2.96,3.5,2.9,3.3],
+            [3.4, 3.3,3.32,3.86]
         ],
         "pypy-jit":[
             [4.14],
@@ -97,10 +97,10 @@
 
     "mandelbrot":{
         "pypy-stm-jit":[
-            [18.5],
-            [9.9],
-            [8.4],
-            [7.2]
+            [17.87,17.88,17.88],
+            [9.4,9.42,9.34],
+            [7.75,7.8,8.2,7.7],
+            [6.8,6.55,6.9,6.7]
         ],
         "pypy-jit":[
             [13.5],


More information about the pypy-commit mailing list