0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/process
Anna Henningsen 82ebcb37d6
benchmark: improve process.env benchmarks
Benchmark different types of operations and make results comparable
by normalizing process.env for enumeartion.

PR-URL: https://github.com/nodejs/node/pull/29188
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-09-18 23:24:42 +02:00
..
bench-env.js benchmark: improve process.env benchmarks 2019-09-18 23:24:42 +02:00
bench-hrtime.js
memoryUsage.js
next-tick-breadth-args.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
next-tick-breadth.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
next-tick-depth-args.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
next-tick-depth.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
next-tick-exec-args.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
next-tick-exec.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
queue-microtask-breadth.js
queue-microtask-depth.js