Codespeed for scrapy-bench
- Clone the repository :
git clone https://github.com/scrapy/scrapy-bench-speedcenter.git
- Create a virtualenv :
virtualenv venv
- Activate the virtualenv :
. venv/bin/activate
- Install
codespeed
:pip install codespeed --upgrade
cd
intocenter
folder :cd center
- Initialise the database :
python manage.py migrate
- Run the app on
localhost:8000/
:python manage.py runserver
- The app would be running on
localhost:8000/
To add the results, do tox -- {benchmark-name}
in scrapy-bench folder.