diff mx/commands.py @ 5877:0e54d9bb922d

Add SPECjbb2005 to the benchmarks
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 26 Jul 2012 17:08:54 +0200
parents 000fb0550afe
children 191e08da4de4
line wrap: on
line diff
--- a/mx/commands.py	Thu Jul 26 14:51:13 2012 +0200
+++ b/mx/commands.py	Thu Jul 26 17:08:54 2012 +0200
@@ -878,6 +878,9 @@
         specjvms = [a[12:] for a in args if a.startswith('specjvm2008:')]
         for specjvm in specjvms:
             benchmarks += [sanitycheck.getSPECjvm2008([specjvm], True, 120, 120)]
+            
+    if ('specjbb2005' in args or 'all' in args):
+        benchmarks += [sanitycheck.getSPECjbb2005()]
 
     for test in benchmarks:
         for (group, res) in test.bench(vm).items():