Created
January 13, 2018 09:08
-
-
Save rgommers/e014645cf5a904432e1c7904029204f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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