Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 25, 2018 01:38
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/8fa74e1a3a1161858b628c3f6f5aad6f to your computer and use it in GitHub Desktop.
Save Whateverable/8fa74e1a3a1161858b628c3f6f5aad6f to your computer and use it in GitHub Desktop.
benchable6
compare HEAD (1,2,3).max for ^100000 ||| max(1,2,3) for ^100000
¦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