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

Add config cache miss report capability #46

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Add config cache miss report capability #46

merged 1 commit into from
Oct 18, 2024

Conversation

mcumings
Copy link
Member

Adds a new report which gives a pareto-style breakdown of all the reasons why the config cache missed. This can be used to work towards improving the config cache hit rate for MOAR SPEED.

@mcumings mcumings marked this pull request as ready for review October 18, 2024 17:57
@mcumings mcumings requested a review from a team as a code owner October 18, 2024 17:57
API Manual: https://docs.gradle.com/enterprise/api-manual/
API Documentation: https://docs.gradle.com/enterprise/api-manual/ref/2022.4.html
- API Manual: https://docs.gradle.com/enterprise/api-manual/
- API Documentation: https://docs.gradle.com/enterprise/api-manual/ref/2022.4.html

Choose a reason for hiding this comment

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

I can't find the diff here 👓

Copy link
Member Author

Choose a reason for hiding this comment

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

I prefixed each line with - to make them a bulleted list

@@ -48,6 +51,6 @@ project.tasks.withType(KotlinJvmCompile::class.java) {
}

project.tasks.withType(Test::class.java) {
useJUnitPlatform()
useTestNG()

Choose a reason for hiding this comment

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

Nice catch!

Copy link
Member Author

Choose a reason for hiding this comment

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

haha, thanks! I accidentally started coding it up for JUnit before I remembered the annoying licensing issues

@mcumings mcumings merged commit d13e3e9 into main Oct 18, 2024
1 check passed
@mcumings mcumings deleted the ccmiss branch October 18, 2024 20:07
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