cgoldberg / multi-mechanize

Performance Test Framework in Python
GNU Lesser General Public License v3.0
459 stars 127 forks source link

Reset timers after each run. #43

Closed mklauber closed 1 year ago

mklauber commented 10 years ago

My reason for this was, I'm testing a load balanced service, and was setting the key of the custom_timer to the X-Handled-By header. So any given Test would only have one of N timers set. But the old timers were cluttering my results.