Help for this page
use Benchmark qw( cmpthese ); ... @array = (@array) x 100; print(@array . " words:\n\n"); cmpthese(-2, \%tests);
20 words: ... Rate stringify join stringify 2736/s -- -3% join 2813/s 3% --