Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Sep 21, 2010
1 parent 0d2b045 commit 8e9050c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Revision history for Perl extension Dumbbench.

0.04 Tue Sep 21 20:01 2010
- Various small but important bug fixes.
- Now comes with Benchmark::Dumb, an almost-Benchmark-compatible
interface.
- Requires newer Number::WithError (1.00).
- Outlier-filtering now a feature of the statistics package.
- Ships with a toy-MC for simulating timing distributions.
- Outlier rejection now at three sigma instead of 2.5.
- Option to disable subtraction of dry-run timing.
- Iterative re-running now re-runs a fraction of the previous runs
to avoid frequent sorting overhead. (geometric progression)

0.03 Mon Sep 20 20:01 2010
- Fixed missing dependency on parent.

Expand Down
2 changes: 1 addition & 1 deletion lib/Benchmark/Dumb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ our @CARP_NOT = qw(
Dumbbench::Result
);

our $VERSION = '0.03';
our $VERSION = '0.04';

require Exporter;

Expand Down
2 changes: 1 addition & 1 deletion lib/Dumbbench.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Carp ();
use Time::HiRes ();

our $VERSION = '0.03';
our $VERSION = '0.04';

require Dumbbench::Result;
require Dumbbench::Stats;
Expand Down

0 comments on commit 8e9050c

Please sign in to comment.