0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/misc
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
..
arguments.js
freelist.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-10 08:45:56 +02:00
object-property-bench.js
punycode.js benchmark: remove unused catch bindings 2018-11-06 10:59:23 -05:00
startup.js benchmark: support more options in startup benchmark 2018-11-09 15:55:19 -08:00
trace.js benchmark: add common.binding() 2018-10-14 13:23:16 -04:00
util-extend-vs-object-assign.js test: run misc benchmark only once in tests 2018-06-19 10:37:36 -07:00