Skip to content

Instantly share code, notes, and snippets.

@rgommers
Created January 13, 2018 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgommers/e014645cf5a904432e1c7904029204f0 to your computer and use it in GitHub Desktop.
Save rgommers/e014645cf5a904432e1c7904029204f0 to your computer and use it in GitHub Desktop.
# scipy
time python setup.py build
real 16m52.989s
user 8m37.808s
sys 0m10.156s
time python setup.py build -j2
real 13m27.485s
user 8m22.688s
sys 0m10.232s
time ../Bento/bentomaker build -i
real 6m22.947s
user 2m46.060s
sys 0m18.348s
time ../Bento/bentomaker build -i -j
real 3m40.421s
user 3m57.572s
sys 0m18.052s
# numpy
time python setup.py build
real 2m45.590s
user 1m21.056s
sys 0m2.184s
time python setup.py build -j2
real 1m57.751s
user 1m21.852s
sys 0m2.152s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment