node/benchmark/misc
Joyee Cheung 0c206e0d6d
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-12-26 11:18:51 -05:00
..
arguments.js benchmark: refactor console benchmark 2017-12-20 01:33:50 -03:00
freelist.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-29 11:39:01 -05:00
object-property-bench.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
punycode.js benchmark: remove unused catch bindings 2018-12-03 13:33:03 -05:00
startup.js benchmark: support more options in startup benchmark 2018-12-26 11:18:51 -05:00
trace.js trace_events: add support for builtin trace 2018-07-24 20:49:04 +02:00
util-extend-vs-object-assign.js test: run misc benchmark only once in tests 2018-06-20 21:32:45 +02:00