0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/fixtures
Joyee Cheung 1698fc96af 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.

PR-URL: https://github.com/nodejs/node/pull/24220
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2018-11-09 15:55:19 -08:00
..
alice.html
echo.worker.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
require-cachable.js benchmark: support more options in startup benchmark 2018-11-09 15:55:19 -08:00
simple-http-server.js benchmark: fix http/simple.js benchmark 2017-12-11 18:17:31 -05:00
url-inputs.js