You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can either disable RevAPI and Animal Sniffer in the Maven build, or enable them in our Mill build. Either would help ensure a fair comparison. My cursory indicates the comparative numbers shouldn't change by too much.
The text was updated successfully, but these errors were encountered:
…l benchmark (#3918)
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
We can either disable RevAPI and Animal Sniffer in the Maven build, or enable them in our Mill build. Either would help ensure a fair comparison. My cursory indicates the comparative numbers shouldn't change by too much.
The text was updated successfully, but these errors were encountered: