-
Notifications
You must be signed in to change notification settings - Fork 256
[query] Benchmark configurations #14762
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
ehigham
wants to merge
1
commit into
ehigham/benchmark-in-batch-variability
Choose a base branch
from
ehigham/benchmark-configurations
base: ehigham/benchmark-in-batch-variability
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[query] Benchmark configurations #14762
ehigham
wants to merge
1
commit into
ehigham/benchmark-in-batch-variability
from
ehigham/benchmark-configurations
+1,260
−6
Conversation
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
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Dec 5, 2024
54cd48a to
93e81d9
Compare
fa2e947 to
8b98a0c
Compare
93e81d9 to
2344aed
Compare
8b98a0c to
692247b
Compare
2344aed to
e8cb1fb
Compare
692247b to
e638c1c
Compare
e8cb1fb to
c4a8c24
Compare
e638c1c to
8bad700
Compare
c4a8c24 to
687437c
Compare
8bad700 to
69cfc52
Compare
2c72cb5 to
30d0a86
Compare
69cfc52 to
f5b2196
Compare
30d0a86 to
e32bc09
Compare
f5b2196 to
0d886d5
Compare
e32bc09 to
97a40fa
Compare
0d886d5 to
432a727
Compare
97a40fa to
1118f03
Compare
432a727 to
b1f3066
Compare
1118f03 to
f79f8c1
Compare
b1f3066 to
2299a17
Compare
f79f8c1 to
af0036a
Compare
2299a17 to
a128b0f
Compare
af0036a to
e61f806
Compare
a128b0f to
db53a7e
Compare
414978c to
1986d7c
Compare
b87f62e to
7c66b5b
Compare
1384f98 to
1ffbf2e
Compare
1986d7c to
e06b0cf
Compare
1ffbf2e to
0639225
Compare
9834528 to
3e73c20
Compare
a7638c7 to
b3c3c7b
Compare
5b40645 to
79c3abc
Compare
08ee600 to
2bc073b
Compare
79c3abc to
794a3a6
Compare
2bc073b to
ae40a76
Compare
9887a32 to
479faad
Compare
e95373a to
04edb81
Compare
479faad to
db2fcaa
Compare
04edb81 to
8521f54
Compare
db2fcaa to
773b3aa
Compare
8521f54 to
b568e50
Compare
773b3aa to
6748751
Compare
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.

Change Description
Added benchmark parameters to all benchmark tests in the Hail codebase. Each test now specifies:
These parameters allow for more precise and controlled benchmark measurements by explicitly defining the statistical requirements and execution parameters for each test.
Security Assessment
This change has no security impact
Impact Description
Low-level test configuration changes only - modifies benchmark test parameters without changing any functional code or test logic.