ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

[crawler] Write out request times to a csv if output_dir is specified #25

Closed tino closed 9 years ago

tino commented 12 years ago

It would be nice to have all request times. This is implemented just like the query_count plugin does this.