Author: Lars Wassermann <[email protected]>
Branch: 
Changeset: r474:ae6f205a03e4
Date: 2013-06-25 15:55 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/ae6f205a03e4/

Log:    removed the rsqueakvm-nojit benchmark because it takes too much time
        on the server.

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']
 )
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to