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

Re-run Maven Netty comparison using -Pfast flag, fix SBT compile all benchmark #3918

Merged
merged 8 commits into from
Nov 7, 2024

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Nov 7, 2024

Fixes #3871. I also moved the ./mvnw clean into a separate command to avoid counting that time spent towards the Maven benchmark

The differences between Maven and Mill are no longer quite as stark, but they are still very significant. The Mill benchmarks are about the same, as expected, so I skipped running the last few

For the Gatling/SBT comparison, SBT compile does not compile test classes, while test:compile does. So Using SBT's test:compile is necessary for an apples-to-apples comparison with Mill's __.compile which does compile test classes

@lihaoyi
Copy link
Member Author

lihaoyi commented Nov 7, 2024

Failure seems unrelated

@lihaoyi lihaoyi marked this pull request as ready for review November 7, 2024 16:16
@lihaoyi lihaoyi changed the title Re-run Maven Netty comparison using -Pfast flag Re-run Maven Netty comparison using -Pfast flag, fix SBT compile all benchmark Nov 7, 2024
@lihaoyi lihaoyi merged commit 2c2a779 into com-lihaoyi:main Nov 7, 2024
24 of 25 checks passed
@lefou lefou added this to the 0.12.2 milestone Nov 7, 2024
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.

Re-run netty maven comparison with updated flags
2 participants