2010-07-07 Steffen Schwigon <ss5@renormalist.net>
* 0.09
* new benchmark to stress MooseX::Declare method calls
* provide Devel::Platform::Info with cmdline option -p
* allow generic defines vie -Dkey=value
- usually to configure plugins
* refactored use of env variables, now all set via cmdline
options:
--fastmode
--usethreads
-DThreads_threadcount=64
* now requires Perl 5.8
2010-05-11 Steffen Schwigon <ss5@renormalist.net>
* 0.08
* new benchmark around running Perl6 STD.pm / gimme5 / viv
* new benchmark using DPath to stress lookup, traversing and
copying data structures
* scaled down too aggressive Shootdown benchmarks:
- knucleotide
- binarytrees
- nbody
2010-04-16 Steffen Schwigon <ss5@renormalist.net>
* 0.07
* Bummer! ::Cargo is required.
2010-04-14 Steffen Schwigon <ss5@renormalist.net>
* 0.06
* Bummer! "More robustness" in 0.05 must have sounded like an
euphemism for "now crashing reliably". Fix tests by using the
Data::YAML::Reader which is the sister of the YAML generating
module Data::YAML::Writer. Other YAML modules occasionally break.
2010-04-12 Steffen Schwigon <ss5@renormalist.net>
* 0.05
* search executables like sa-learn or prove only besides $^X
* more yaml robustness tries as they all crash in a different
way on strange platforms; do some some eval-style try/catch
en passant...
2010-04-12 Steffen Schwigon <ss5@renormalist.net>
* 0.04
* sub-plugins (like Shootout/*.pm) now get same place in result
hash regardless of beeing started as part of bundle, i.e via
--plugins=Shootout or directly via --plugins=Shootout::foo. This
makes evaluation easier.
* most dependencies now only "recommends" but take care cou
install them anyway, eg. via PERL_AUTOINSTALL=--defaultdeps
* output overall runtime
* distro maintenance: meta info, test cleanup, verbose debug
printing
2010-04-03 Steffen Schwigon <ss5@renormalist.net>
* 0.03
* doc fixes
* add re::engine::Plan9 to benchmark of regex engines
2010-04-01 Steffen Schwigon <ss5@renormalist.net>
* 0.02
* YAML improvements for easier embedding into TAP
- verbose text now looks like TAP # diagnostics
- new commandline --tapdescription="some description" to generate
a leading "ok some description" line before the YAML
* took out some benchmarks from default plugin list that
occasionally segfaulted
2008-08-12 Steffen Schwigon <ss5@renormalist.net>
* 0.01
* Initial version