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
This PR was merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] Always add CacheCollectorPass
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
I don't understand why, in addition to being tied to the `profiler` config being enabled, `CacheCollectorPass` is also tied to `kernel.debug` being true (compared to the other collector passes).
My use case is that I use the cache collector data in tests but I don't run the tests in debug mode (for performance).
Commits
-------
3fab417 [FrameworkBundle] Always add CacheCollectorPass
0 commit comments