Skip to content

Update test_duration in parallel testsuite#26804

Open
dschuff wants to merge 1 commit intoemscripten-core:mainfrom
dschuff:testtime
Open

Update test_duration in parallel testsuite#26804
dschuff wants to merge 1 commit intoemscripten-core:mainfrom
dschuff:testtime

Conversation

@dschuff
Copy link
Copy Markdown
Member

@dschuff dschuff commented Apr 28, 2026

This makes the "total core time" statistic correct on CI.

This makes the "total core time" statistic correct on CI.
@dschuff dschuff changed the title testtime Update test_duration in parallel testsuite Apr 28, 2026
@dschuff dschuff requested a review from sbc100 April 28, 2026 04:52
result._mirrorOutput = False
finally:
result.elapsed = time.perf_counter() - start_time
result.test_duration = result.elapsed
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How as this broken exactly?

Do we still need result.elapsed?

I notice we have an addDuration on the result here.. is that use called? Should we call it here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants