Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 659 Bytes

Scrapy Bench Speedcenter

Codespeed for scrapy-bench

Instructions for setting up :

  • 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 into center 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.