Skip to content

Comments

Add --in-process mode support#234

Open
ryanking13 wants to merge 7 commits intopsf:mainfrom
ryanking13:inprocess-runner
Open

Add --in-process mode support#234
ryanking13 wants to merge 7 commits intopsf:mainfrom
ryanking13:inprocess-runner

Conversation

@ryanking13
Copy link

Resolve #233

Adds --in-process mode as proposed in #233. It enables running pyperf in browser-based environments like Pyodide.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

I would prefer to limit this PR to the --in-process option, and move the PyOdide changes to a separated PR (later).

@ryanking13
Copy link
Author

@vstinner Sure, sounds good. I remove pyodide-related changes from the PR.

@ryanking13 ryanking13 requested a review from vstinner February 23, 2026 04:42
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.

Add --in-process runner mode for environments without subprocess support

2 participants