Comments on: Microbenchmarking and you https://grey-panther.net/2011/03/microbenchmarking-and-you.html Just another WordPress site Tue, 13 Aug 2013 20:03:35 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Cd-MaN https://grey-panther.net/2011/03/microbenchmarking-and-you.html#comment-10 Tue, 13 Aug 2013 20:03:35 +0000 https://grey-panther.net/?p=74#comment-10 Coming back after several years :-), but I remembered this blogpost when reading a summary of YAPC::EU: apparently the new recommended benchmarking module in Perl is Dumbbench.

]]>
By: Cd-MaN https://grey-panther.net/2011/03/microbenchmarking-and-you.html#comment-36 Tue, 06 Sep 2011 14:29:19 +0000 https://grey-panther.net/?p=74#comment-36 @Anonymous – yes, the Benchmark module looks good. Although I have not used it personally, the author list gives me great confidence that it works "as advertised".

Also, Perl is purely interpreted (not JIT-ed – at least not in v5) and with a simple ref-counting GC, so you should be able to get more consistent results than with something as advanced as Java.

]]>
By: Anonymous https://grey-panther.net/2011/03/microbenchmarking-and-you.html#comment-63 Fri, 08 Apr 2011 14:17:47 +0000 https://grey-panther.net/?p=74#comment-63 And for a piece of Perl code, what do you recommend? "Benchmark" module? (http://search.cpan.org/~rjbs/perl-5.12.3/lib/Benchmark.pm)

]]>