changeset 7730:cf27135ccf5b

Remove SPECjbb2013 from default benchmarks
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 05 Feb 2013 18:33:01 +0100
parents 926635ea20ce
children cb820e70ecef
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Tue Feb 05 17:59:25 2013 +0100
+++ b/mx/commands.py	Tue Feb 05 18:33:01 2013 +0100
@@ -966,7 +966,7 @@
     if ('specjbb2005' in args or 'all' in args):
         benchmarks += [sanitycheck.getSPECjbb2005()]
         
-    if ('specjbb2013' in args or 'all' in args):
+    if ('specjbb2013' in args): # or 'all' in args //currently not in default set
         benchmarks += [sanitycheck.getSPECjbb2013()]
 
     for test in benchmarks: