-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dotty benchmarks #2307
Comments
See also https://github.com/scala/compiler-benchmark/ and the dotty port by @jvican : https://github.com/jvican/compiler-benchmark |
@jvican's port seems neat! I prefer JMH but I also agree with @DarkDimius points in favor of ScalaMeter which Dotty currently uses. A small WIP from me is to enable JMH on dotty. For Scala the results are browsable with grafana here which seems super nice. So for the next steps I would propose:
|
You just blew up my mind, didn't know that. It's really great.
What are the arguments? I missed that discussion. |
This discussion was comprehensive regarding this scala/collection-strawman#19 (comment) |
A unified dotc/scalac suite is developed on olafurpg/compiler-benchmark#1 |
@biboudis - update on this? Do things then close plz. |
We are waiting scala/compiler-benchmark#31 to be merged. |
What about https://github.com/liufengyun/bench @liufengyun? |
It is good to have both and testing scalac and dotc side by side, on the same stable infrastructure will increase the confidence on either of these! Consequently, it would be good! |
scala/compiler-benchmark#31 is now merged. The fancy website and wow numbers for open PRs seem to be solved by Fengyun's awesome bench project, I think this issue can be closed. |
The text was updated successfully, but these errors were encountered: