Created
February 12, 2017 04:13
-
-
Save Whateverable/5b9456154012bf0a4c9315bdda5f06d4 to your computer and use it in GitHub Desktop.
benchable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compare 2017.01 my ($a, $, $c) = "foo bar baz".words; ||| my ($a, $c); my \res := "foo bar baz".words; $a = res[0]; $c = res[2]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
¦«2017.01»:Benchmark: | |
Timing 10 iterations of 0, 1... | |
0: 0.0003 wallclock secs @ 39138.3778/s (n=10) | |
(warning: too few iterations for a reliable count) | |
1: 0.0010 wallclock secs @ 10012.9197/s (n=10) | |
(warning: too few iterations for a reliable count) | |
O---O---------O------O------O | |
| | Rate | 1 | 0 | | |
O===O=========O======O======O | |
| 1 | 10010/s | -- | -74% | | |
| 0 | 39130/s | 291% | -- | | |
----------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment