Mon, 20 Apr 2015 12:53:16 +0100 Added support for skipping tests.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 20 Apr 2015 12:53:16 +0100] rev 268
Added support for skipping tests. To skip a test, simply add BenchmarkSkipRequest signal to setup or benchmark method. This may be used to skip benchmarks that are not runnable for whatever reason.
Wed, 17 Dec 2014 01:17:34 +0000 Bugfixes: smalltalk-profiling & <warmup> annotation processing.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 17 Dec 2014 01:17:34 +0000] rev 267
Bugfixes: smalltalk-profiling & <warmup> annotation processing. * Fixes MessageTally-based profiling - updates after implementing measurement instruments. * fixed warmup method lookup.
Thu, 04 Dec 2014 00:25:31 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 04 Dec 2014 00:25:31 +0000] rev 266
Merge
Thu, 04 Dec 2014 00:12:57 +0000 Fixes typo introduced in 5b9e93c1135d
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 04 Dec 2014 00:12:57 +0000] rev 265
Fixes typo introduced in 5b9e93c1135d
Thu, 27 Nov 2014 21:59:38 +0000 Added micro-benchmark to benchmark string concatenation
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 27 Nov 2014 21:59:38 +0000] rev 264
Added micro-benchmark to benchmark string concatenation ..both using , on String and using memory Stream>>nextPutAll:
Wed, 03 Dec 2014 23:55:19 +0000 Reverted change 158c86910c36: do not link wiki as subrepo.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 03 Dec 2014 23:55:19 +0000] rev 263
Reverted change 158c86910c36: do not link wiki as subrepo. Causes more problems than it solves.
Wed, 03 Dec 2014 23:53:25 +0000 Added support for (user-defined) benchmark instruments.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 03 Dec 2014 23:53:25 +0000] rev 262
Added support for (user-defined) benchmark instruments. * Introduced `BenchmarkMeasurementInstrument`, an abstraction to allow pluggin in a different aspects to measure - execution time, number scavenges, number fo full GC's... * Introduced `BenchmarkMeasurement`, a value object that holds a result of measurement done by a single `BenchmarkMeasurementInstrument`. * Code refactored so now `BenchmarkOutcome` now keeps a set of `BenchmarkMeasure`s * Measurements from each instrument are in reports. JSON report keep 'times' array for backward compatibility. * Each platform may define it's set of intruments that is used by default and __ALWAYS__. They should be non-intrusive. * Added command line option `-i` / `--instrument` to specify user-defined instrument to use. *
Mon, 24 Nov 2014 10:10:11 +0000 Added support for -Xdump-compile-map VM option.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 24 Nov 2014 10:10:11 +0000] rev 261
Added support for -Xdump-compile-map VM option. This is automatically added when running under callgrind (`--callgrind` option), so one may later postprocess the resulting profile file.
Sun, 23 Nov 2014 23:51:26 +0000 Some work on documentation
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 23 Nov 2014 23:51:26 +0000] rev 260
Some work on documentation ...not much, though.
Sun, 09 Nov 2014 18:04:29 +0100 Add timeline graph to results page
Marcel Hlopko <marcel@hlopko.com> [Sun, 09 Nov 2014 18:04:29 +0100] rev 259
Add timeline graph to results page
(0) -100 -10 +10 tip