Releases: marcinmilewski93/karate
Releases · marcinmilewski93/karate
Performance tweaks
This release includes three key performance enhancements:
- Fixed Memory Leak: Addressed an issue causing a memory leak.
- Removed synchronized from MockHandler: Improved performance by removing unnecessary synchronization.
- Optimized Mock Scenario Evaluation: Mock scenarios are now skipped if the feature name does not match the context path, enhancing overall efficiency.