Created
March 25, 2018 01:38
-
-
Save Whateverable/8fa74e1a3a1161858b628c3f6f5aad6f 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 (1,2,3).max for ^100000 ||| max(1,2,3) for ^100000 |
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: 3.6403 wallclock secs @ 2.7470/s (n=10) | |
1: 0.0551 wallclock secs @ 181.5344/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 | 182/s | -- | 6508% | | |
| 0 | 2.75/s | -98% | -- | | |
----------------------------- | |
» |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment