Skip to content

Speedup integration testing pipeline #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jun 3, 2025

Speedup integration tests execution by:

  • enabling parallel test suite execution (also added an option to ignore JMH lock file, otherwise benchmarks won't run concurrently);
  • split the biggest suite into several classes to exploit parallel execution;
  • reduced iteration times for benchmarks;
  • switched to debug builds for test benchmarks to reduce compilation times.

As a result, on Windows (which is the slowest platform w.r.t. tests execution) build times were reduced by approximately 15 minutes.

@fzhinkin fzhinkin requested a review from ilya-g June 3, 2025 15:12
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.

1 participant