[pypy-commit] benchmarks min_5_secs: Backed out changeset b7f0946c13a6

vext01 noreply at buildbot.pypy.org
Mon Dec 15 16:37:24 CET 2014


Author: Edd Barrett <vext01 at gmail.com>
Branch: min_5_secs
Changeset: r301:8575f60bfd42
Date: 2014-12-15 15:32 +0000
http://bitbucket.org/pypy/benchmarks/changeset/8575f60bfd42/

Log:	Backed out changeset b7f0946c13a6

diff --git a/unladen_swallow/performance/richards.py b/unladen_swallow/performance/richards.py
--- a/unladen_swallow/performance/richards.py
+++ b/unladen_swallow/performance/richards.py
@@ -363,10 +363,8 @@
 
     def run(self, iterations):
         for i in xrange(iterations):
-            global taskWorkArea
-            # Must reinitiliase the taskWorkArea or benchmark will run slower
-            # upon subsequent runs.
-            taskWorkArea = TaskWorkArea()
+            taskWorkArea.holdCount = 0
+            taskWorkArea.qpktCount = 0
 
             IdleTask(I_IDLE, 1, 10000, TaskState().running(), IdleTaskRec())
 


More information about the pypy-commit mailing list