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
I have created a PR that fixes the perf overhead related to loggers. However, there is still significant difference in perf that we need to investigate.
Fixes#10068
Context
Currently BuildCheckForwardingLogger does not filter out any of the events, which results in extra perf owerhead.
Changes Made
Made BuildCheckForwardingLogger filter out the events that are not used in BuildCheckConnectorLogger.
Testing
Unit tests & manual runs
Investigate (and fix if possible) ~10s difference in performance on OC rebuild using analyzers (from #9988).
The text was updated successfully, but these errors were encountered: