log mx/sanitycheck.py @ 8147:9786ac8fff61

age author description
Thu, 07 Mar 2013 11:58:34 +0100 Gilles Duboscq Use different vm args for SPECjbb2013
Fri, 01 Feb 2013 15:18:22 +0100 Gilles Duboscq Remove exclusion of FastMath::slowLog
Thu, 31 Jan 2013 21:55:36 +0100 Doug Simon fixed repetition of compilation metric option on command line when running multiple benchmarks (JIRA issue GRAAL-66)
Wed, 30 Jan 2013 22:44:51 +0100 Doug Simon Merge.
Wed, 30 Jan 2013 22:39:51 +0100 Doug Simon added collection of compilation speed metric for C1 and C2 to bench command
Wed, 30 Jan 2013 22:33:04 +0100 Doug Simon collection of Graal compilation speed metrics is now triggered by -XX:+CITime instead of -Dgraal.benchmark.compilation=true
Wed, 30 Jan 2013 18:19:01 +0100 Doug Simon fix bug in parsing of SPECjvm2008 output
Wed, 30 Jan 2013 16:46:15 +0100 Gilles Duboscq Exclude FastMath::slowLog for now
Wed, 30 Jan 2013 16:39:01 +0100 Gilles Duboscq Add SPECjbb2013
Wed, 30 Jan 2013 11:33:31 +0100 Doug Simon changed convention for specifying constants versus named groups in a template for a value to extract from the output of a benchmark execution
Wed, 30 Jan 2013 11:03:32 +0100 Doug Simon moved execution of a benchmark out of OutputParser
Sun, 27 Jan 2013 23:09:56 +0100 Doug Simon spelling fix
Mon, 14 Jan 2013 15:23:13 +0100 Gilles Duboscq Make sure that compressed oops are not used in benchmarks
Sat, 12 Jan 2013 14:48:44 +0100 Thomas Wuerthinger Add possibility for -ict option to SPECjvm2008 benchmark execution.
Mon, 19 Nov 2012 16:15:53 +0100 Gilles Duboscq Small cleanups after NPG
Thu, 15 Nov 2012 17:18:16 +0100 Lukas Stadler disabled scaladacapo apparat benchmark
Thu, 06 Sep 2012 16:51:47 +0200 Gilles Duboscq Gate : do not run tradesoap in fastdebug mode, do not run sunflow in product mode
Mon, 27 Aug 2012 14:50:03 +0200 Gilles Duboscq Update SPECjvm2008 bench regex
Thu, 26 Jul 2012 17:08:54 +0200 Gilles Duboscq Add SPECjbb2005 to the benchmarks
Fri, 06 Apr 2012 14:26:13 +0200 Gilles Duboscq make DaCapo benchmark matchers produce multiple result lines
Thu, 05 Apr 2012 17:11:41 +0200 Gilles Duboscq Add DaCapo 1st run as a benchmark group
Thu, 22 Mar 2012 19:54:03 +0100 Gilles Duboscq Add UseSerialGC flag in benchmarks so that all vms run with the same GC
Thu, 22 Mar 2012 18:28:18 +0100 Gilles Duboscq Add posibility to ignore some tests/benchmarks with some vms : use it to disable bootstrap benchmarks for client/server
Wed, 07 Mar 2012 10:09:55 -0800 Christian Haeubl reverted the changes to sanitycheck.py
Wed, 07 Mar 2012 10:09:33 -0800 Christian Haeubl hardcoded correct SPECjvm2008 startup settings in sanitycheck.py
Tue, 21 Feb 2012 19:33:18 +0100 Thomas Wuerthinger Added fastdebug version of tradesoap to gate check.
Tue, 07 Feb 2012 19:03:51 +0100 Gilles Duboscq Add hsdis command to mx
Tue, 07 Feb 2012 15:59:29 +0100 Gilles Duboscq Add Scala DaCapo benchs
Mon, 30 Jan 2012 16:14:55 +0100 Gilles Duboscq Fail bench/test on "Exception occured in scope: "
Thu, 26 Jan 2012 23:35:08 +0100 Gilles Duboscq Add possibility to run individual DaCapo & SPECjvm2008 benchmarks, small fix in success and score regular expressions for SPECjvm2008
Thu, 26 Jan 2012 22:54:39 +0100 Gilles Duboscq fix for SPECjvm2008 bench
Thu, 26 Jan 2012 19:12:00 +0100 Gilles Duboscq If a benchmark fails it should fail hard, not silently
Thu, 26 Jan 2012 18:32:02 +0100 Gilles Duboscq Adding a few utility methods to Loop
Thu, 26 Jan 2012 12:22:36 +0100 Gilles Duboscq Add posibility to give arguments for a SPECjvm2008 run
Tue, 17 Jan 2012 13:43:10 +0100 Gilles Duboscq Tweak some benchmark settings
Fri, 13 Jan 2012 16:26:37 +0100 Gilles Duboscq gate : do not run tradesoap in fastdebug mode, run fop in fastdebug mode only
Fri, 13 Jan 2012 16:11:18 +0100 Gilles Duboscq mx commands : improve bench command, fix in the outparser so that no empty 'line' is retruned if there was no match, fix bootstrap's regex
Sat, 07 Jan 2012 23:59:54 +0100 Doug Simon Made the DaCapo library be downloaded only on demand.
Fri, 06 Jan 2012 18:35:39 +0100 Doug Simon Disabled certain DaCapo tests for fastdebug testing in the gate.
Fri, 06 Jan 2012 17:44:22 +0100 Doug Simon Made the gate time each DaCapo test individually.
Thu, 05 Jan 2012 20:15:45 +0100 Gilles Duboscq Add SPECjvm2008 to benchmarks, use dacapos defined in sanitycheck for the gate
Thu, 05 Jan 2012 14:53:37 +0100 Gilles Duboscq add a simple specjvm2008 command, fail a benchmark if one of the failureRE matches
Thu, 05 Jan 2012 11:31:46 +0100 Doug Simon Made mx.run work properly when stderr is redirected to stdout.
Wed, 04 Jan 2012 22:54:27 +0100 Gilles Duboscq Fix javac build issues with classpath
Wed, 04 Jan 2012 19:57:51 +0100 Gilles Duboscq Various small fix around benchmarks in gate scripts
Wed, 04 Jan 2012 13:52:46 +0100 Gilles Duboscq Fix mx : commands' scripts mx_init hook should be called before parsing command line arguments.
Tue, 20 Dec 2011 15:34:43 +0100 Gilles Duboscq start work on integrating old hooks into mx, work on sanity checks