diff perf/benchmarktool.py @ 3551:7d9e3ee49ac9

Made default for GraalBailoutIsFatal "false".
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Mon, 22 Aug 2011 12:19:03 +0200
parents 344264424174
children
line wrap: on
line diff
--- a/perf/benchmarktool.py	Fri Aug 19 17:28:37 2011 +0200
+++ b/perf/benchmarktool.py	Mon Aug 22 12:19:03 2011 +0200
@@ -85,6 +85,7 @@
         benchmarks = runBash('java -jar ' + os.environ['DACAPO'] + '/dacapo-9.12-bach.jar -l').read().decode().split(' ')
     
         benchmarkTime = re.compile(r"===== DaCapo 9\.12 ([a-zA-Z0-9_]+) ((PASSED)|(completed warmup [0-9]+)) in ([0-9]+) msec =====")
+	print('command: ' + cmd)
     
         csvOutput = [['benchmark', 'type', 'time']]
         csvOutputLine = 0