Skip to content

Performance Optimization (Reduce Forking) #467

@Chemaclass

Description

@Chemaclass

Goal: Speed up test execution by minimizing process forking.

Ideas to explore:

  • Investigate if tests are being unnecessarily run in subshells.
  • Introduce an option like --no-fork to run tests in the same shell context.
  • Profile execution with time and compare forked vs non-forked.

Output:

  • When run with --no-fork, tests should complete faster with same results.
  • Include a warning that disabling forking may affect isolation between tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions