Created
March 31, 2018 17:11
-
-
Save Whateverable/d42684ba13b4c54d1b5d6c0eee7816f3 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 HEAD (^16).pick(2).sort x 10000 ||| (^16).roll(2).sort x 10000 |
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
¦HEAD: «Benchmark: | |
Timing 10 iterations of 0, 1... | |
0: 0.0011 wallclock secs @ 9220.4391/s (n=10) | |
(warning: too few iterations for a reliable count) | |
1: 0.0009 wallclock secs @ 11716.0949/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 | 11710/s | -- | 27% | | |
| 0 | 9220/s | -21% | -- | | |
---------------------------- | |
» |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment