-
-
Notifications
You must be signed in to change notification settings - Fork 73
Coverage optimizations #241
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
45f035b to
a763d9f
Compare
src/CodeCoverage/Collector.php
Outdated
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.
ARRAY_FILTER_USE_KEY exists since PHP 5.6
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.
Oh, right, that part is not needed anyway. I'll rebase.
a763d9f to
b9503ab
Compare
|
What about not to set |
|
I've looked into that but it seemed it would require a lot of refactoring, which I deemed unnecessary. |
Fix array_replace_recursive merging to null
|
This was partially incorporated by 9b62462 .
still needs to be fixed though. |
|
I believe everything from this PR was merged. Thanks :) |
--method=nette-tester-list-methods, improving startup time for codebases with a lot of test casesReduced blocking time of coverage to 3 % of original.(merged in 9b62462)Collector benchmark: