Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created April 13, 2010 18:18
Show Gist options
  • Save oyvindio/364909 to your computer and use it in GitHub Desktop.
Save oyvindio/364909 to your computer and use it in GitHub Desktop.
>>> np.average(runtimes)
0.012782844924926758
>>> np.std(runtimes)
0.030188058451403252
>>> min(runtimes)
0.0001430511474609375
>>> max(runtimes)
1.0066781044006348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment