Skip to content

Add test timings collection #294

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

Closed
wants to merge 1 commit into from
Closed

Add test timings collection #294

wants to merge 1 commit into from

Conversation

avtikhon
Copy link
Contributor

@avtikhon avtikhon commented Apr 27, 2021

Added ability to show tests timings during tests run on screen output
right after the test result pass or fail in format

  ... [ pass ] [ <float timing in secs with 2 digits after point> ]

And dump it to log file in format:

  TEST:CONF TIMING: <full test name>:<test conf> <timing in secs>

Closes #286

Added ability to show tests timings during tests run on screen output
right after the test result pass or fail in format

  ... [ pass ] [ <float timing in secs with 2 digits after point> ]

And dump it to log file in format:

  TEST:CONF TIMING: <full test name>:<test conf> <timing in secs>

Closes #286
@avtikhon avtikhon self-assigned this Apr 27, 2021
@avtikhon avtikhon requested a review from Totktonada April 27, 2021 13:55
@avtikhon avtikhon added the teamQ label Apr 27, 2021
@avtikhon avtikhon requested a review from kyukhin April 30, 2021 11:34
@avtikhon avtikhon added the do not merge Not ready to be merged label May 4, 2021
@avtikhon avtikhon closed this May 11, 2021
@avtikhon avtikhon removed the request for review from kyukhin May 11, 2021 10:51
@avtikhon avtikhon deleted the avtikhon/timings branch June 2, 2021 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Not ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collect tests timings
2 participants