Skip to content

Performance tweaks

Latest
Compare
Choose a tag to compare
@marcinmilewski93 marcinmilewski93 released this 15 Jul 02:30

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.