node/benchmark/misc
Joyee Cheung 2b9d3b2755
benchmark: make benchmarks runnable in older versions of Node.js
Also remove the require-cachable.js benchmarks because now all builtin
modules are cacheable, it would be comparing oranges to apples when
we try to compare the performance of loading all cacheable modules
in different Node.js binaries since the set of modules are just
different. Comparison of startup performance that involves loading
of the long-standing, stable builtins is already covered by the
require-builtins benchmark.

PR-URL: https://github.com/nodejs/node/pull/45746
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2022-12-08 14:50:18 +00:00
..
arguments.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
freelist.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
getstringwidth.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
hidestackframes.js errors: eliminate all overhead for hidden calls 2020-12-22 11:09:55 +01:00
object-property-bench.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
print.js benchmark: add benchmark for node -p 2019-04-28 14:46:27 +08:00
punycode.js benchmark: enable no-empty ESLint rule 2022-02-05 12:58:27 +00:00
startup.js benchmark: make benchmarks runnable in older versions of Node.js 2022-12-08 14:50:18 +00:00
trace.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00
util-extend-vs-object-assign.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00