Skip to content

scrapy/scrapy-bench-speedcenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Codespeed for scrapy-bench

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • HTML 36.5%