Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created April 7, 2010 20:27
Show Gist options
  • Save oyvindio/359400 to your computer and use it in GitHub Desktop.
Save oyvindio/359400 to your computer and use it in GitHub Desktop.
>>> np.average(runtimes)
0.026240115346908569
>>> np.std(runtimes)
0.0093610521219894029
>>> min(runtimes)
3.5047531127929688e-05
>>> max(runtimes)
0.22972393035888672
>>> np.average(dirsizes)
2.01837
>>> np.std(dirsizes)
122.65646437323689
>>> min(dirsizes)
0
>>> max(dirsizes)
31998
>>> np.average(pathdepths)
8.5994799999999998
>>> np.std(pathdepths)
0.49685383122202059
>>> min(pathdepths)
5
>>> max(pathdepths)
11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment