-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
Hi all
In pytest-harvest I provide a function to easily retrieve all information available about test nodes. Among these information, a "duration" is provided (the original from pytest is in seconds, I convert it to ms). However it seems that this number is calculated (in CallInfo) using time(), which is not the most precise tool we have to measure durations in python.
Other built-in possibilities are suggested here.
A good source of inspiration can also be found in pytest-benchmark.
Let me know if it makes sense
Metadata
Metadata
Assignees
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch