node/benchmark/misc
Joyee Cheung ad5c9b4463
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-14 00:55:37 +01:00
..
arguments.js
freelist.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-17 11:27:01 -07:00
object-property-bench.js
punycode.js benchmark: remove unused catch bindings 2018-11-06 20:15:31 +01:00
startup.js benchmark: support more options in startup benchmark 2018-11-14 00:55:37 +01:00
trace.js benchmark: add common.binding() 2018-10-17 11:29:53 -07:00
util-extend-vs-object-assign.js