Created
July 11, 2017 16:56
-
-
Save Parth-Vader/bdd74d2e650d66eb0cc72e45c0f65d09 to your computer and use it in GitHub Desktop.
Cron-job for running the benchmark
This file contains hidden or 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
# To be placed inside scrapy folder | |
git fetch; | |
if git status | grep -q "Your branch is behind 'origin/master'"; then | |
git merge; | |
cd ../scrapy-bench; # Change folder scrapy-bench | |
tox -- bookworm; | |
tox -- xpathbench; | |
tox -- linkextractor; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment