Skip to content

Support --profile when running tests in parallel - #1795

Open
dbpolito wants to merge 3 commits into
pestphp:5.xfrom
dbpolito:feat/parallel-profile
Open

Support --profile when running tests in parallel#1795
dbpolito wants to merge 3 commits into
pestphp:5.xfrom
dbpolito:feat/parallel-profile

Conversation

@dbpolito

Copy link
Copy Markdown
Collaborator

Adds support for using --profile together with --parallel.

Parallel workers collect individual test durations into a run-scoped file. The parent process merges these results and displays the top 10 slowest tests through the existing parallel result printer.

Profile output is only displayed for successful runs, matching serial profiling behavior.

Includes visual test coverage for collecting profile results across workers.

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.

1 participant