Created
January 11, 2019 23:38
Star
You must be signed in to star a gist
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 my Int @foo = 1..10000; for ^1000 { } ||| my int @foo = 1..10000; for ^1000 { } |
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.0456 wallclock secs @ 219.1112/s (n=10) | |
| (warning: too few iterations for a reliable count) | |
| 1: 0.0082 wallclock secs @ 1224.1436/s (n=10) | |
| (warning: too few iterations for a reliable count) | |
| O---O--------O------O------O | |
| | | Rate | 0 | 1 | | |
| O===O========O======O======O | |
| | 0 | 219/s | -- | -82% | | |
| | 1 | 1224/s | 459% | -- | | |
| ---------------------------- | |
| » |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment