Skip to content

Instantly share code, notes, and snippets.

@OmerShapira
Last active December 16, 2015 08:48
Show Gist options
  • Save OmerShapira/5408080 to your computer and use it in GitHub Desktop.
Save OmerShapira/5408080 to your computer and use it in GitHub Desktop.
Mini load test
from time import time
t = [time()-time() for x in xrange(1000)]
print(abs(sum(t)/len(t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment