-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] Benchmark configurations #14762
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
+229
−134
Conversation
This file contains 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
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
8cbac01
to
c3ab3a7
Compare
5162e5f
to
99d6492
Compare
c3ab3a7
to
b66167b
Compare
99d6492
to
a144ff8
Compare
b66167b
to
6f361f4
Compare
a144ff8
to
8a0d081
Compare
6f361f4
to
545ffdf
Compare
8a0d081
to
8d17a31
Compare
545ffdf
to
4c00b78
Compare
8d17a31
to
a86cb14
Compare
4c00b78
to
f8faba5
Compare
a86cb14
to
b16d71b
Compare
f8faba5
to
78afb48
Compare
b16d71b
to
223a577
Compare
78afb48
to
2214856
Compare
223a577
to
2541f2e
Compare
2214856
to
573cf80
Compare
2541f2e
to
d8c14b9
Compare
573cf80
to
ff1c0f3
Compare
d8c14b9
to
877e857
Compare
ff1c0f3
to
61d4c21
Compare
877e857
to
12e3512
Compare
61d4c21
to
b77e1fc
Compare
12e3512
to
a839a42
Compare
b77e1fc
to
199105c
Compare
a839a42
to
3212069
Compare
199105c
to
da6a06d
Compare
da6a06d
to
06cf763
Compare
3212069
to
15cc9c8
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.