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

[crater] Make summary sort order deterministic #1188

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Dec 19, 2024

Because these came from a hashmap and we then sorted only by the count, if counts were equal the ordering could change between runs, which was causing us to push a bunch of unnecessary commits.

just noticed this when I went to pull crater changes locally and saw a whole load of new commits that were just shuffling this list. JMM.

Because these came from a hashmap and we then sorted only by the count,
if counts were equal the ordering could change between runs, which was
causing us to push a bunch of unnecessary commits.
@rsheeter rsheeter added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 98b99e0 Dec 19, 2024
10 checks passed
@rsheeter rsheeter deleted the crater-html-determinism branch December 19, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants