Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 19, 2017 13:03
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/6a62b68db0dbfa26c0d5adf135fdface to your computer and use it in GitHub Desktop.
Save Whateverable/6a62b68db0dbfa26c0d5adf135fdface 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.
2017.01,2017.03,2017.05,2017.07,2017.09,2017.11 my $n = 3_000; my $sum = 0; loop (my $i = 1; $i <= $n; $i++) { loop (my $j = 1; $j <= $i; $j++) { $sum += $i+$j; } }
¦2017.01: «5.7936»
¦2017.03: «5.3715»
¦2017.05: «5.5574»
¦8791b44: «5.3612»
¦b66d878: «3.7761»
¦2017.07: «3.8034»
¦2017.09: «3.6799»
¦2017.11: «Cannot find this revision (did you mean “2017.10”?)»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment