cgoldberg / multi-mechanize

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

Fix to writer fails with IndexError: list index out of range where timer has fired after the test has finished #55

Open dave00galloway opened 6 years ago

dave00galloway commented 6 years ago

If a timer completes after the test run time has ended, then result generation fails. This change allows the report to be generated anyway, and will either list timers that could not be graphed, or graph them anyway.

a new config option (defaulted to True) allows the user to control wheter to report results from after the test run finished, or to list these as "Invalid Timers" at the end of the report.