DOCS: Covered scrapy-bench

This commit is contained in:
deepang17 2021-03-02 22:12:44 +05:30
parent b25616d107
commit 36f1dbf665
2 changed files with 6 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.linting.pylintEnabled": true
}

View File

@ -81,5 +81,6 @@ follow links, any custom spider you write will probably do more stuff which
results in slower crawl rates. How slower depends on how much your spider does
and how well it's written.
To use it as a project for more complex Scrapy benchmarking:
https://github.com/scrapy/scrapy-bench
.. _scrapy-bench: https://github.com/scrapy/scrapy-bench
Use scrapy-bench_ for more complex benchmarking.