node/benchmark/misc
Joyee Cheung 59b27d6990
benchmark: add misc/startup-cli-version benchmark
This benchmarks the startup of various CLI tools that are already
checked into the source code. We use --version because the output
tends to be minimal and fewer operations are done to generate
these so that the startup cost is still dominated by a more
indispensible part of the CLI.

PR-URL: https://github.com/nodejs/node/pull/50684
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-11-15 18:51:25 +00:00
..
arguments.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
freelist.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
getstringwidth.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
object-property-bench.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
print.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
punycode.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
startup-cli-version.js benchmark: add misc/startup-cli-version benchmark 2023-11-15 18:51:25 +00:00
startup.js esm: add import.meta.dirname and import.meta.filename 2023-10-31 21:11:15 +00:00
structured-clone.js src: implement structuredClone in native 2023-10-25 17:45:11 +00:00
trace.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00
util-extend-vs-object-assign.js benchmark: add trailing commas in benchmark/misc 2023-02-04 18:19:36 +00:00