mirror of https://github.com/scrapy/scrapy.git
FIX: Updated benchmarking.rst
This commit is contained in:
parent
36f1dbf665
commit
3d88ac605b
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"python.linting.pylintEnabled": true
|
||||
}
|
||||
|
|
@ -81,6 +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.
|
||||
|
||||
.. _scrapy-bench: https://github.com/scrapy/scrapy-bench
|
||||
Use scrapy-bench_ for more complex benchmarking.
|
||||
|
||||
Use scrapy-bench_ for more complex benchmarking.
|
||||
.. _scrapy-bench: https://github.com/scrapy/scrapy-bench
|
||||
Loading…
Reference in New Issue