intuit / Tank

Tank is a downloadable application that can be used to load test websites
Eclipse Public License 1.0
84 stars 61 forks source link

focus logging eventLog creation on local usage #316

Closed kevin-mcgoldrick closed 5 months ago

kevin-mcgoldrick commented 5 months ago

focus logging eventLog creation on local usage

Agent debugger takes a very long time to prepare a script to run. The majority of that time is just setting up the logevent. The PR reduces that time.

Best measure with the TEST APITestHarnessTest.testRunConcurrentTestPlan()

before: 22 sec (46 sec on work network) after: 10 sec

Please make sure these check boxes are checked before submitting

PR review process