diff mx/commands.py @ 4288:2bc254976621

make SPECjvm2008 warmup time 120s, delete old benchmarkdb.py
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Tue, 17 Jan 2012 20:35:49 +0100
parents 063ea022532c
children d4906ea4255b
line wrap: on
line diff
--- a/mx/commands.py	Tue Jan 17 13:43:19 2012 +0100
+++ b/mx/commands.py	Tue Jan 17 20:35:49 2012 +0100
@@ -542,7 +542,7 @@
         benchmarks += sanitycheck.getBootstraps()
     #SPECjvm2008
     if ('specjvm2008' in args or 'all' in args):
-        benchmarks += [sanitycheck.getSPECjvm2008(True, 60, 120)]
+        benchmarks += [sanitycheck.getSPECjvm2008(True, 120, 120)]
     
     for test in benchmarks:
         if not results.has_key(test.group):