Author: Tim Felgentreff <timfelgentr...@gmail.com> Branch: Changeset: r361:d8c5396941c4 Date: 2013-04-30 16:45 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d8c5396941c4/
Log: merge default diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -194,6 +194,12 @@ "coglinux/squeak", cogurl, callback=update_image + ), + Executable( + "stackvm", + "stackvm/bin/squeak", + "http://squeakvm.org/unix/release/Squeak-4.10.2.2614-linux_i386.tar.gz", + 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'], _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit