Skip to content

Releases: marcinmilewski93/karate

Performance tweaks

15 Jul 02:30
Compare
Choose a tag to compare

This release includes three key performance enhancements:

  1. Fixed Memory Leak: Addressed an issue causing a memory leak.
  2. Removed synchronized from MockHandler: Improved performance by removing unnecessary synchronization.
  3. Optimized Mock Scenario Evaluation: Mock scenarios are now skipped if the feature name does not match the context path, enhancing overall efficiency.