We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to aggregate all slow profile examples at the end, or even get the real top 10 slowest examples when using turbo_tests?
When we have that enabled, after each thread ends it shows the slowest output, making it hard to read the tests since they end at different times
The text was updated successfully, but these errors were encountered:
Hey, @danielnc! The profile notification would require implementing dump_profile in JsonRowsFormatter and Reporter classes, and in the loop in runner.rb.
dump_profile
JsonRowsFormatter
Reporter
loop
runner.rb
Here's the ProfileNotification constructor arguments in rspec-core: https://github.com/rspec/rspec-core/blob/d6e320dc11f77d0898fda32a33ddee3d17b14d00/lib/rspec/core/notifications.rb#L429-L430
ProfileNotification
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there a way to aggregate all slow profile examples at the end, or even get the real top 10 slowest examples when using turbo_tests?
When we have that enabled, after each thread ends it shows the slowest output, making it hard to read the tests since they end at different times
The text was updated successfully, but these errors were encountered: