-
-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
Description
How would this feature be useful?
This feature would be useful for tracking test execution time. It would help developers identify performance regressions and optimize their workflows.
Describe the solution you'd like
for example:
nox > Session fastapi_latest was successful (12.34 seconds).
nox > Ran multiple sessions:
nox > * fastapi_0096: success (9.34 seconds)
nox > * fastapi_0109: success (2.12 seconds)
nox > * fastapi_latest: success (0.88 seconds)
or
nox > Session fastapi_latest was successful.
nox > Ran multiple sessions:
nox > * fastapi_0096: success (9.34 seconds)
nox > * fastapi_0109: success (2.12 seconds)
nox > * fastapi_latest: success (0.88 seconds)
nox > Total 12.34 seconds
Describe alternatives you've considered
No response
Anything else?
No response
namurphy