Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Benchmark

This is the new spider for the benchmark. I will be testing on this spider further.

Using the following settings:

CLOSESPIDER_TIMEOUT = 20
RETRY_ENABLED = False
COOKIES_ENABLED = False
LOGSTATS_INTERVAL = 3
LOG_LEVEL = 'INFO'

The total number of requests for the site is 1191. Since the spider was able to perform all the requests within 30 seconds, I fixed the time to be 20 seconds. I am calculating the average speed by taking the total number of items scraped and multiplying it by 60/20=3.

Updated

Now I used the following settings :

CLOSESPIDER_ITEMCOUNT = 1000
RETRY_ENABLED = False
COOKIES_ENABLED = False
LOGSTATS_INTERVAL = 3
LOG_LEVEL = 'INFO'

I calculated the time the spider ran, and used the items_scraped_count/total_time ratio as my estimate for the average speed.

About

Base spider for benchmarking Scrapy

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages