Skip to content

Get benchmarks running correctly #621

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

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Get benchmarks running correctly #621

merged 1 commit into from
Jul 26, 2023

Conversation

olafurpg
Copy link
Member

Previously, the benchmarks were crashing because they accessed classes that are shaded. This commit fixes the problem by moving a public member of a shaded class to another class that is not shaded.

Test plan

n/a. We don't test the benchmarks in CI because they are too slow to run.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Previously, the benchmarks were crashing because they accessed classes
that are shaded. This commit fixes the problem by moving a public member
of a shaded class to another class that is not shaded.
@olafurpg
Copy link
Member Author

tests.MillBuildToolSuite

These tests failed due to a seeming flake. Will restart once CI is done with other jobs

@olafurpg olafurpg enabled auto-merge July 26, 2023 09:28
Copy link
Contributor

@keynmol keynmol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that this fixes benchmarks locally.
Will follow up with a simple CI setup in a separate PR

@olafurpg olafurpg merged commit 9a8200e into main Jul 26, 2023
@keynmol keynmol deleted the olafurpg/benchmarks branch July 26, 2023 09:51
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.

None yet

2 participants