Skip to content
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

idle: speed up test by 5x even while running 2x more iterations #6555

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

dfawley
Copy link
Member

@dfawley dfawley commented Aug 15, 2023

Before this change, test iterations would last 500ms (* 10 iterations = 5s total). With this change, test iterations happen in 50ms (*20 iterations = 1s).

Not super significant in and of itself, but it was a very simple change that cuts several seconds off per run (and we run each test 6 times in GA).

RELEASE NOTES: none

@dfawley dfawley added this to the 1.58 Release milestone Aug 15, 2023
@dfawley dfawley requested a review from easwars August 15, 2023 22:18
@easwars easwars assigned dfawley and unassigned easwars Aug 15, 2023
@dfawley dfawley merged commit ebf0b4e into grpc:master Aug 15, 2023
1 check passed
@dfawley dfawley deleted the idlespeedup branch August 15, 2023 23:04
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants