-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Don't generate case class method if it clashes with inherited concret… #10926
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
Conversation
test performance please |
performance test scheduled: 8 job(s) in queue, 1 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/10926/ to see the changes. Benchmarks is based on merging with master (8fab91c) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
performance hit doesn't look so bad
Test performance please (just to be sure) |
test performance please |
performance test scheduled: 2 job(s) in queue, 1 running. |
We generate them in the only if there are no clashes to start with. So, no need to check that again.
test performance please |
performance test scheduled: 2 job(s) in queue, 1 running. |
test performance please |
performance test scheduled: 2 job(s) in queue, 1 running. |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/10926/ to see the changes. Benchmarks is based on merging with master (d932af9) |
the spike looks consistent but it is not so big looking at the trend over time |
Performance test finished successfully: Visit http://dotty-bench.epfl.ch/10926/ to see the changes. Benchmarks is based on merging with master (d932af9) |
…e member
Fixes #10866