-
Notifications
You must be signed in to change notification settings - Fork 50
CI: Get list of the slowest 30 test durations #371
Conversation
|
@kaxil, that's very interesting. I didn't know about this feature! Even though we're using |
|
@tatiana fixed :) - the test failures are unrelated |
|
That's great, @kaxil , thank you! 🎉 |
It's the one I posted on Slack about: But I don't think we should hold this PR for that failure, it is completely unrelated, this PR does not impact the library just gives us the slowest test. |
Uses https://docs.pytest.org/en/latest/how-to/usage.html#profiling-test-execution-duration to get a list of slowest 30 tests for which the durations is over 1.0s long
Uses https://docs.pytest.org/en/latest/how-to/usage.html#profiling-test-execution-duration to get a list of slowest 30 tests for which the durations is over 1.0s long. This is a small change but will help identify if a test takes too long. Found a need to do that while working on #367 and #370
Uses https://docs.pytest.org/en/latest/how-to/usage.html#profiling-test-execution-duration to get a list of slowest 30 tests for which the durations is over 1.0s long.
This is a small change but will help identify if a test takes too long. Found a need to do that while working on #367 and #370