Skip to content

ci(e2e): add same Windows perf config as for integration tests #7207

New issue

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

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

Already on GitHub? # to your account

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

serhalp
Copy link
Collaborator

@serhalp serhalp commented Apr 15, 2025

Summary

We have this incantation in the integration test setup, and e2e tests are excruciatingly slow on Windows (4-7 mins PER TEST, vs. 400-900ms for Ubuntu/macOS), so let's give this a try.

@serhalp serhalp force-pushed the ci/improve-windows-e2e-perf branch from 823e45a to e9a6952 Compare April 15, 2025 13:56
Copy link

github-actions bot commented Apr 15, 2025

📊 Benchmark results

Comparing with 506fef8

  • Dependency count: 1,237 (no change)
  • Package size: 311 MB ⬆️ 0.00% increase vs. 506fef8
  • Number of ts-expect-error directives: 419 (no change)

@@ -17,15 +17,19 @@ jobs:
name: E2E Windows tests
runs-on: ${{ matrix.os }}
timeout-minutes: 20
env:
DEBUG: true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

who knows, this could have been hurting perf too. It looks like this has been here from the very start. 🤷🏼

serhalp added 2 commits April 15, 2025 10:40
We have this in the integration test setup, and e2e tests are excruciatingly slow on
Windows (4-7 mins PER TEST), so let's give this a try.
@serhalp serhalp force-pushed the ci/improve-windows-e2e-perf branch from e9a6952 to c0550aa Compare April 15, 2025 14:40
@serhalp serhalp marked this pull request as ready for review April 15, 2025 15:13
@serhalp serhalp requested a review from a team as a code owner April 15, 2025 15:13
@serhalp serhalp enabled auto-merge (squash) April 15, 2025 15:17
@serhalp serhalp merged commit 1c27810 into main Apr 15, 2025
52 checks passed
@serhalp serhalp deleted the ci/improve-windows-e2e-perf branch April 15, 2025 15:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants