Benchmark-Perl-Formance
view release on metacpan or search on metacpan
Revision history for Benchmark-Perl-Formance
0.55 2021-09-17
- also check -DSILENT_NO_TAINT_SUPPORT for metainfo
0.54 2021-09-16
- support for -DNO_TAINT_SUPPORT in metainfo
- options --tap et al. to generate TAP with embedded results
0.53 2016-04-23
- fix calling benchmarkanything reporting
0.52 2016-04-22
- fix rxmicro bug [rurban]
- scale down RxMicro in 'fast' mode
0.51 2016-03-31
- allow cygwin on AssertOS
(because cpantesters matrix was GREEN there)
0.50 2016-03-30
- assert OS=Unix for the time being
0.49 2015-10-01
- better error handling for executing plugins
0.48 2015-09-25
- fix error catching in Shootout wrapper
0.47 2015-09-24
- fix error reporting in some Shootout plugins
0.46 2015-09-24
- no compile tests for benchmark plugins, as they
depend on optional CPAN deps
0.45 2015-09-24
- --benchmarkanything-report now uses more lightweight
BenchmarkAnything::Reporter for sending results via HTTP
- no more checking if receiver exists before we run benchmark, as
it was not reliable anyway.
- instead we now have a more robust local result file writing in
case report sending fails
0.44 2015-09-22
- new modes --benchmarkanything[-report]
--benchmarkanything
enables other options to do The Right Thing for storing
results in a BenchmarkAnything store (but does not send).
--benchmarkanything-report
additionally sends the results by using
BenchmarkAnything::Storage::Frontend::Lib which in turn
follows its configuration
- With those you should never think about storing your results,
for more info see http://benchmarkanything.org
- store perlformance env vars
env vars of ^perlformance_ become env_perlformance_...
0.43 2015-09-03
- yet another accessor benchmark: Moo
0.42 2015-09-03
- new benchmarks for several accessor modules
( run in 1.183 second using v1.01-cache-2.11-cpan-4e7a2411597 )