Example 1
use Tool::Bench;
my $bench = Tool::Bench->new();
$bench->add_items( true => sub{1} );
$bench->run;
print $bench->report;
use Tool::Bench;
my $bench = Tool::Bench->new();
$bench->add_items( true => sub{1} );
$bench->run;
print $bench->report;