mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
1698fc96af
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> |
||
---|---|---|
.. | ||
arguments.js | ||
freelist.js | ||
object-property-bench.js | ||
punycode.js | ||
startup.js | ||
trace.js | ||
util-extend-vs-object-assign.js |