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: support more options in startup benchmark #24220

Closed
wants to merge 2 commits into from

Commits on Nov 7, 2018

  1. benchmark: support more options in startup benchmark

    1. Add options to benchmark the startup performance of a node
      "instance" after running a script. By default there are two options:
      `test/fixtures/semicolon` which is basically an empty file,
      and `benchmark/fixtures/require-cachable` which require all
      the cachable modules before exiting. This allows us to measure
      the overhead of bootstrap in more scenarios.
    2. Add options to benchmark the overhead of spinning
      node through a process and through a worker.
    joyeecheung committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ab62bc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    11ddcdb View commit details
    Browse the repository at this point in the history