Skip to content

Instantly share code, notes, and snippets.

@dhermes
Created October 23, 2014 20:14
Show Gist options
  • Save dhermes/5088b5520bba841a3d0e to your computer and use it in GitHub Desktop.
Save dhermes/5088b5520bba841a3d0e to your computer and use it in GitHub Desktop.
Travis BUILD Speed-up Test
https://travis-ci.org/dhermes/gcloud-python/builds/38858843
INSTALL:
--------
pip install coveralls - 10.44s
pip install pep8 - 0.54s
pip install pylint - 3.36s
pip install unittest2 - 1.26s
pip install nose - 0.33s
pip install coverage - 0.33s
pip install nosexcover - 0.96s
pip install protobuf - 4.36s
python setup.py install - 62.00s
------------------------------------
83.58s
TESTS:
------
nosetests - 7.67s
pep8 - 4.50s
python run_pylint.py - 57.54s
nosetests --with-xunit ... - 16.25s
coveralls - 4.18s
scripts/merge.sh - 0.01s
scripts/run_regression.sh - 42.07s
------------------------------------
132.22s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment