Skip to content

Comments

adjust expected performance for intersection calcuations#165

Merged
jankapunkt merged 1 commit intomainfrom
fix/flaky-client-tests
Jul 2, 2025
Merged

adjust expected performance for intersection calcuations#165
jankapunkt merged 1 commit intomainfrom
fix/flaky-client-tests

Conversation

@jankapunkt
Copy link
Member

The client tests CI often fails due to very restrictive expected performance of intersection computation.
This PR increases the expected amount of time to yet agreeable values, respecting the fact that this fn currently scales exponentially.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adjusts the expected performance thresholds for intersection calculations to reduce CI test flakiness while acknowledging the exponential scaling of the function.

  • Increased the allowed execution time for a small set of selections from 10ms to 50ms.
  • Increased the allowed execution time for a larger set of selections from 100ms to 1000ms.

@jankapunkt jankapunkt merged commit 7433a2d into main Jul 2, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants