node/benchmark/fixtures
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
..
alice.html
coverage-many-branches.js
echo.worker.js
require-builtins.js
simple-error-stack.js src,lib: print source map error source on demand 2022-07-28 08:09:30 +08:00
simple-error-stack.ts src,lib: print source map error source on demand 2022-07-28 08:09:30 +08:00
simple-http-server.js
simple-https-server.js