diff mx/commands.py @ 7565:9a521597686b

Add SPECjbb2013
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 30 Jan 2013 16:39:01 +0100
parents 3aab15f42934
children cf27135ccf5b
line wrap: on
line diff
--- a/mx/commands.py	Wed Jan 30 11:33:31 2013 +0100
+++ b/mx/commands.py	Wed Jan 30 16:39:01 2013 +0100
@@ -965,6 +965,9 @@
             
     if ('specjbb2005' in args or 'all' in args):
         benchmarks += [sanitycheck.getSPECjbb2005()]
+        
+    if ('specjbb2013' in args or 'all' in args):
+        benchmarks += [sanitycheck.getSPECjbb2013()]
 
     for test in benchmarks:
         for (groupName, res) in test.bench(vm).items():