[pypy-svn] r48664 - pypy/dist/pypy/translator/goal
antocuni at codespeak.net
antocuni at codespeak.net
Tue Nov 13 21:17:43 CET 2007
Author: antocuni
Date: Tue Nov 13 21:17:41 2007
New Revision: 48664
Modified:
pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
remove pypy-cli, add pypy-cli-faassen and pypy-jvm-faassen to nightly
benchmarks
Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py (original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py Tue Nov 13 21:17:41 2007
@@ -187,7 +187,8 @@
c--gc=semispace--_faassen
c--gc=generation--_faassen
c--_objspace-std-withrope
- cli
+ cli--_faassen
+ jvm--_faassen
""".split('\n') if backend.strip() and not backend.strip().startswith('#')]
print time.ctime()
for backend in backends:
More information about the pypy-svn
mailing list