comparison mx/sanitycheck.py @ 9324:ea24896c95c9

Disable ScalaDacapo-actors benchmark.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 26 Apr 2013 14:25:35 +0200
parents 4e6df9021a59
children 8e33b4ebfef1
comparison
equal deleted inserted replaced
9323:712d583d0d21 9324:ea24896c95c9
45 'tradesoap': [2, 4, 5, 10, 15], 45 'tradesoap': [2, 4, 5, 10, 15],
46 'xalan': [0, 0, 5, 10, 18], 46 'xalan': [0, 0, 5, 10, 18],
47 } 47 }
48 48
49 dacapoScalaSanityWarmup = { 49 dacapoScalaSanityWarmup = {
50 'actors': [0, 0, 2, 8, 10], 50 # (tw) actors sometimes fails verification; hardly reproducible
51 'actors': [0, 0, 0, 0, 0],
51 # (lstadler) apparat was disabled due to a deadlock which I think is the benchmarks fault. 52 # (lstadler) apparat was disabled due to a deadlock which I think is the benchmarks fault.
52 'apparat': [0, 0, 0, 0, 0], 53 'apparat': [0, 0, 0, 0, 0],
53 'factorie': [0, 0, 2, 5, 5], 54 'factorie': [0, 0, 2, 5, 5],
54 'kiama': [0, 0, 3, 13, 15], 55 'kiama': [0, 0, 3, 13, 15],
55 'scalac': [0, 0, 5, 15, 20], 56 'scalac': [0, 0, 5, 15, 20],