[pypy-commit] lang-smalltalk default: fix benchmark script for stackvm

timfel noreply at buildbot.pypy.org
Fri May 3 13:38:18 CEST 2013


Author: Tim Felgentreff <timfelgentreff at gmail.com>
Branch: 
Changeset: r364:8d2fabd0a163
Date: 2013-05-03 13:25 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/8d2fabd0a163/

Log:	fix benchmark script for stackvm

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -202,7 +202,7 @@
             callback=(lambda x: subprocess.Popen(["mv", "Squeak-4.10.2.2614-linux_i386", "stackvm"]).wait())
         )
     ],
-    arguments=['-vm-display-X11', '-headless', "images/%s.image" % SqueakImage, '../benchmarks.st'],
+    arguments=['-vm-display-null', "images/%s.image" % SqueakImage, '../benchmarks.st'],
     commitid=cogid
 )
 RSqueakVM = Project(


More information about the pypy-commit mailing list