Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created April 13, 2010 09:23
Show Gist options
  • Save oyvindio/364456 to your computer and use it in GitHub Desktop.
Save oyvindio/364456 to your computer and use it in GitHub Desktop.
>>> np.average(runtimes)
0.0023430713295936583
>>> np.std(runtimes)
0.079931433047229744
>>> min(runtimes)
2.09808349609375e-05
>>> max(runtimes)
5.8567938804626465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment