-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Speed optimize test case pretty printing #5735
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5735 +/- ##
=========================================
Coverage 90.01% 90.01%
- Complexity 6491 6492 +1
=========================================
Files 688 688
Lines 19715 19720 +5
=========================================
+ Hits 17746 17751 +5
Misses 1969 1969 ☔ View full report in Codecov by Sentry. |
After this change, We should instead change the signature from When colorized output in TestDox format is configured, we should perform the colorization in (invoke it from) |
when TestDox is created via fromClassNameAndMethodName - even before this PR
to colorize we need a reference to a |
the pretty printing is still visible in the profiles.. but pretty minor now. in case we could drop doing it in non atm I don't see a way to achieve this though. |
because the colored printing is slow and most of the time its not used, see investigation in #5728 (comment)
github.com didn't let me re-open the previous PR, therefore I created a new one.