Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 19, 2017 20:41
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/2827f5670e7ff8c7c2f15e74878534e0 to your computer and use it in GitHub Desktop.
Save Whateverable/2827f5670e7ff8c7c2f15e74878534e0 to your computer and use it in GitHub Desktop.
benchable6
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
releases sub foo($a) { return if $a > 20000; foo($a + 1)}; foo(0)
¦2015.12: «0.1722»
¦2016.01.1: «0.1615»
¦2016.02: «0.1613»
¦e1071b0: «0.1736»
¦8cbb1ef: «0.1603»
¦2016.03: «0.1947»
¦b3b24bf: «0.1970»
¦e96d2fa: «0.1621»
¦2016.04: «0.1667»
¦64fbc84: «0.1693»
¦d3acb93: «0.1730»
¦2016.05: «0.1878»
¦2016.06: «0.1824»
¦2016.07.1: «0.2002»
¦2016.08.1: «0.1848»
¦2016.09: «0.1842»
¦2016.10: «0.1862»
¦2016.11: «0.1796»
¦2016.12: «0.1791»
¦2017.01: «0.1784»
¦2017.02: «0.1728»
¦2017.03: «0.1736»
¦2017.04.3: «0.1858»
¦2017.05: «0.1819»
¦2017.06: «0.1752»
¦2017.07: «0.1839»
¦HEAD: «0.1787»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment