Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 22, 2018 06:56
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/57fd99f76f59e1af97db01544a7b8f2c to your computer and use it in GitHub Desktop.
Save Whateverable/57fd99f76f59e1af97db01544a7b8f2c to your computer and use it in GitHub Desktop.
benchable6
compare HEAD (Bool.roll xx 20000).sum for ^10 ||| (Bool.roll xx 20000).race.sum for ^10
¦HEAD: «Benchmark:
Timing 10 iterations of 0, 1...
0: 0.4578 wallclock secs @ 21.8453/s (n=10)
(warning: too few iterations for a reliable count)
1: 2.3916 wallclock secs @ 4.1812/s (n=10)
O---O--------O------O------O
| | Rate | 1 | 0 |
O===O========O======O======O
| 1 | 4.18/s | -- | -81% |
| 0 | 21.8/s | 422% | -- |
----------------------------
»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment