Skip to content

Format the elapsed time of test stages#862

Merged
MakisH merged 5 commits into
developfrom
time_format
Jul 6, 2026
Merged

Format the elapsed time of test stages#862
MakisH merged 5 commits into
developfrom
time_format

Conversation

@MakisH

@MakisH MakisH commented Jul 6, 2026

Copy link
Copy Markdown
Member

The summary table of the system tests currently shows the time in seconds (and deciseconds). While this is quite accurate, it is not very intuitive.

This PR changes these tables to use the same format as the GitHub Actions summary page: 1m 59s.

The total number in seconds is still sometimes useful, as it is the one that we use in configurations. But I think that setting up a configuration comes second to just getting a quick overview of how long each step took. I tried appending the time in seconds in parentheses, but I found that it was bloating the table too much.

I have tested it here: https://github.com/precice/tutorials/actions/runs/28819714730/job/85484164927

It took me some time to make the formatting (almost) fine in the ASCII table, but I think it looks good enough now.

@MakisH MakisH self-assigned this Jul 6, 2026
@MakisH MakisH merged commit 5c425a1 into develop Jul 6, 2026
1 check passed
@MakisH MakisH deleted the time_format branch July 6, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant