Skip to content
New issue

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

Print timing info at end of run #116

Closed
wincent opened this issue Jul 28, 2021 · 0 comments
Closed

Print timing info at end of run #116

wincent opened this issue Jul 28, 2021 · 0 comments
Labels

Comments

@wincent
Copy link
Owner

wincent commented Jul 28, 2021

eg. instead of

[notice]  Summary: changed=115 failed=0 ok=6 skipped=12

something like:

[notice]  Summary: changed=115 failed=0 ok=6 skipped=12 elapsed=1m59s

May even want to include timing info for individual tasks; eg. instead of:

[notice]  Task: nvim | build Neovim

something like:

[notice]  Task: nvim | build Neovim
[notice]  Changed: command `make CMAKE_BUILD_TYPE=Release` (1m2s)
@wincent wincent added the feat label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant