[pypy-commit] lang-smalltalk default: reremoved nojit benchmarks

lwassermann noreply at buildbot.pypy.org
Wed Jun 26 12:52:52 CEST 2013


Author: Lars Wassermann <lars.wassermann at gmail.com>
Branch: 
Changeset: r476:e35f642fd164
Date: 2013-06-26 12:45 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/e35f642fd164/

Log:	reremoved nojit benchmarks

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -221,7 +221,7 @@
     "lang-smalltalk",
     executables=[
         Executable("rsqueakvm", "./targetimageloadingsmalltalk-c"),
-        Executable("rsqueakvm-nojit", "./targetimageloadingsmalltalk-nojit-c")
+        # Executable("rsqueakvm-nojit", "./targetimageloadingsmalltalk-nojit-c")
     ],
     arguments=["images/%s.image" % SqueakImage, '-m', 'runSPyBenchmarks']
 )


More information about the pypy-commit mailing list