Skip to content

Improved Unit Test performance

Choose a tag to compare

@ori88c ori88c released this 15 Sep 20:41
· 7 commits to main since this release

Key Features

  • Unit Tests: Removed Array.shift() operations due to their O(n) time complexity, which negatively impacted execution time.
  • Unit Tests: Reduced some mock numeric values for improved performance.