raku-bench icon indicating copy to clipboard operation
raku-bench copied to clipboard

Benchmark and compare Raku implementations against Perl

Results 11 raku-bench issues
Sort by recently updated
recently updated
newest added

I just ran a `quickstart`, telling it to look for 2021 tags. It ran 2021.02 and 2021.03 (as expected), but then also did a run on 'master', even though master...

Perl 5 beats Perl 6 by at least 10-20 times as fast on reading large text files.

No idea if it's ok to only add a Perl 6 benchmark. I have been sort of bench marking perf using this sort of function for a while now so...

i'd imagine you could either supply a git commit of your compiler in question and the commit itself as well as its parent would be checked out, or you could...

enhancement

it'd be interesting to have the history output display the sha1 used for each date/compiler, so that if there's an unexpected dip or peak, you could simply git log $first..$second...

enhancement
question

since the terminal output is oftentimes spammed with lots and lots of text, for example when building compilers from source, it'd be very helpful to have a quick way to...

Oftentimes I take care to put the arguments to "bench compare" in the right temporal order, but it ends up in a different order sometimes. http://t.h8.lv/p6bench/2014-08-06-with_new_match.html has been generated with...

It'd be quite nice if we could get a source link directly from html_plot and html_history pages to the appropriate file on github; since the files already include the exact...

whenever I compare only nqp timings against other nqp timings, there's screens full of empty graphs in between the graphs with data. It would be pretty nice if these would...