comparison 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
comparison
equal deleted inserted replaced
4287:152f3b514618 4288:2bc254976621
540 #Bootstrap 540 #Bootstrap
541 if ('bootstrap' in args or 'all' in args): 541 if ('bootstrap' in args or 'all' in args):
542 benchmarks += sanitycheck.getBootstraps() 542 benchmarks += sanitycheck.getBootstraps()
543 #SPECjvm2008 543 #SPECjvm2008
544 if ('specjvm2008' in args or 'all' in args): 544 if ('specjvm2008' in args or 'all' in args):
545 benchmarks += [sanitycheck.getSPECjvm2008(True, 60, 120)] 545 benchmarks += [sanitycheck.getSPECjvm2008(True, 120, 120)]
546 546
547 for test in benchmarks: 547 for test in benchmarks:
548 if not results.has_key(test.group): 548 if not results.has_key(test.group):
549 results[test.group] = {} 549 results[test.group] = {}
550 results[test.group].update(test.bench('-' + vm)) 550 results[test.group].update(test.bench('-' + vm))