Russole commented on PR #23350:
URL: https://github.com/apache/kafka/pull/23350#issuecomment-5542696305

   > @Russole we'd all love to see the impact of this PR, so would you mind 
sharing some metrics of the speedup?
   
   Sure. I measured the JUnit suite time with 3 runs of:
   
   ./gradlew :tools:cleanTest :tools:test --tests 
org.apache.kafka.tools.LeaderElectionCommandTest
   
   | Version | Test count | Runs | Avg JUnit suite time |
   | --- | ---: | --- | ---: |
   | Before | 18 | 123.831s, 122.420s, 123.259s | 123.170s |
   | After | 7 | 39.547s, 39.076s, 37.696s | 38.773s |
   
   This reduces the LeaderElectionCommandTest suite time by 84.397s on average,
   which is a 68.5% reduction / 3.18x speedup.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to