Help for this page
Warning: Use of "shift" without parens is ambiguous at benchadd.pl line 3. Type of arg 1 to shift must be array (not shift) at benchadd.pl line 3, near "shift,"
Benchmark: timing 100000 iterations of davorg, i43s, mdillon... davorg: 70 wallclock secs (55.52 usr + 0.06 sys = ... 15.47 CPU) @ 6464.12/s (n=100000) mdillon: 8 wallclock secs ( 6.77 usr + 0.00 sys = 6.77 CPU) @ 14771.05/s (n=100000)
use Benchmark; ... 'i43s' => sub { add_i43s(1,2,3,4,5,6,7,8,9,10); }, 'davorg' => sub { add_davorg(1,2,3,4,5,6,7,8,9,10); }, 'mdillon' => sub { add_mdillon(1,2,3,4,5,6,7,8,9,10); } });