Last active
April 5, 2018 07:08
-
-
Save GregTrevellick/22850d1d1923373f4af37de0d89b17c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//some long running code - circa 12/13 seconds | |
for (int i = 0; i < 10_000_000; i++) | |
{ | |
DateTime.Now.ToString(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment