test: adding iterations in perf testing - #1625
Open
Anshu6250 wants to merge 3 commits into
Open
Conversation
Anshu6250
force-pushed
the
test_gha_iter1
branch
from
July 31, 2026 08:03
b69444d to
6c07edd
Compare
Anshu6250
force-pushed
the
test_gha_iter1
branch
from
July 31, 2026 10:01
83fde3f to
1e5c7e3
Compare
shivamd-gpartner
marked this pull request as ready for review
August 3, 2026 06:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes
Serialized Execution: Runs the BqDriver and Core benchmarks sequentially instead of in parallel. This prevents API rate limiting and cross-interference against the same BigQuery project.
Multi-Iteration Median Sampling: Adds a benchmark_iterations parameter (defaults to 3). The results parser now reports the median of these runs to reject latency outliers and cold-cache spikes.
Process Isolation: Iterations are triggered via separate bash processes rather than --gtest_repeat. This prevents the Simba driver from crashing due to repeated DLL load/unload cycles.
Timeout Adjustment: Increased job timeout to 180 minutes to accommodate the extra iterations safely.
perf pipeline - link