Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 27, 2016 16:55
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/2ae2e0d33c282a2da086468540dcdeda to your computer and use it in GitHub Desktop.
Save Whateverable/2ae2e0d33c282a2da086468540dcdeda to your computer and use it in GitHub Desktop.
benchable6
compare HEAD sub a(--> 4) {}; a() for ^1000000 ||| sub b() {4}; b() for ^1000000
¦«HEAD»:Benchmark:
Timing 10 iterations of 0, 1...
0: 3.2641 wallclock secs @ 3.0636/s (n=10)
1: 1.6958 wallclock secs @ 5.8970/s (n=10)
O---O--------O------O-----O
| | Rate | 1 | 0 |
O===O========O======O=====O
| 1 | 5.90/s | -- | 92% |
| 0 | 3.06/s | -48% | -- |
---------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment