Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: add ipc support to benchmark spawn stdio config #52456

Closed

Commits on Apr 10, 2024

  1. benchmark: add ipc support to spawn stdio config

    Enabled inter-process communication (ipc) in the stdio configuration
    of the spawn function within the benchmark subsystem.
    This change allows for improved data exchange between parent
    and benchmarked child processes, addressing limitations in performance
    testing scenarios.
    
    Fixes: nodejs#52233
    Refs: nodejs/performance#161
    thisalihassan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d1005fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001eb87 View commit details
    Browse the repository at this point in the history