You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Issue #130: Print the total run time at completion of validation
* Add newline
* Fixing flake8
* Remove patch from imports
* Reformatting according to black
* Extend log_time decorator to handle other validators
* Rename to log_duration. Move to the validate_ functions to capture the setup of the project
Spectacles should time itself and print out the total runtime at the end when running a validator.
An example of this would be:
As a bonus, elapsed time should be printed in the most human-readable form, e.g. 2 minutes and 47 seconds instead of 167 seconds.
The text was updated successfully, but these errors were encountered: