-
-
Notifications
You must be signed in to change notification settings - Fork 93
chore: temporarily disable cascade relationship combinations #938
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
chore: temporarily disable cascade relationship combinations #938
Conversation
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.
Benchmark?
you can see here the benchmark result:
almost all bench are equals to the previous version. The only one which is above the 10% threshold is:
this one mesures the time taken by This average is As a comparison here is a benchmark result with a "real" performance problem (when enabling the global event system)
you can see almost all benchs result exploded. |
in order to make the CI pass again since sebastianbergmann/phpunit#6213, let's temporarily disable this behavior, until we find a solution.