Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 3, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/ad6878d7e84c453db94e1c5c3afe12c4 to your computer and use it in GitHub Desktop.
Save Whateverable/ad6878d7e84c453db94e1c5c3afe12c4 to your computer and use it in GitHub Desktop.
benchable6
compare HEAD my $a = (^10).join(","); my @b; @b = $a.split(",") for ^50_000 ||| my $a = (^10).join(","); my @b; @b = $a.split(/","/) for ^50_000
¦HEAD: «===SORRY!=== Error while compiling /tmp/2ehWR9bjGN
Could not find Bench in:
file#/home/bisectable/git/whateverable/sandbox/lib
inst#/home/bisectable/.raku
inst#/tmp/whateverable/rakudo-moar/6bb87106e8a8c5b95e563baa78bc09a0037c2759/share/perl6/site
inst#/tmp/whateverable/rakudo-moar/6bb87106e8a8c5b95e563baa78bc09a0037c2759/share/perl6/vendor
inst#/tmp/whateverable/rakudo-moar/6bb87106e8a8c5b95e563baa78bc09a0037c2759/share/perl6/core
ap#
nqp#
perl5#
at /tmp/2ehWR9bjGN:1
»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment