chore: shuffle_ready script and results#4060
Closed
felixge wants to merge 1 commit into
Closed
Conversation
DO NOT MERGE Add ./scripts/shuffle_ready.go to determine which packages consistently pass their test suite when `-shuffle on` is enabled. Add the results for testing each package 10 times to results.csv, also available as a [google sheet][]. This PR is not intended to be merged. It just documents the ground work that was done to create the actual PR to enable shuffle testing. See PROF-12813. [google sheet]: https://docs.google.com/spreadsheets/d/1_X_LdzpXXDoZFtsUhV48ELzs2TCV9QJcDTobTA0pyOs/edit?gid=0#gid=0 Co-Authored-By: Claude <[email protected]>
BenchmarksBenchmark execution time: 2025-10-22 14:22:57 Comparing candidate commit 69b9ef2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 24 metrics, 0 unstable metrics. |
7 tasks
Member
Author
|
Closing this as it's not intended to be merged. |
felixge
deleted the
felix.geisendoerfer/chore-shuffle_ready-script-and-results
branch
October 23, 2025 04:26
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.
DO NOT MERGE
Add ./scripts/shuffle_ready.go to determine which packages consistently pass their test suite when
-shuffle onis enabled.Add the results for testing each package 10 times to results.csv, also available as a google sheet.
This PR is not intended to be merged. It just documents the ground work that was done to create the actual PR to enable shuffle testing.
See PROF-12813.
What does this PR do?
Motivation
Reviewer's Checklist
./scripts/lint.shlocally.Unsure? Have a question? Request a review!