[pypy-commit] benchmarks default: fix a test

fijal noreply at buildbot.pypy.org
Thu Oct 27 11:57:51 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r152:f04d6d63ba60
Date: 2011-10-27 11:57 +0200
http://bitbucket.org/pypy/benchmarks/changeset/f04d6d63ba60/

Log:	fix a test

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -110,7 +110,6 @@
     assert timings == [
         ('annotate', 1.3),
         ('rtype', 4.6),
-        ('stackcheck', 2.3),
         ('database', 0.4)
         ]
 


More information about the pypy-commit mailing list