0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/process
Anatoli Papirovski 34bd9f318a
benchmark: track exec time in next-tick-exec
The next-tick-exec benchmarks were meant to track nextTick execution
time but due to an error, they actually track addition and execution.

PR-URL: https://github.com/nodejs/node/pull/20462
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-05-06 07:29:47 +02:00
..
bench-env.js benchmark: (process) use destructuring 2018-01-23 01:29:22 +01:00
bench-hrtime.js benchmark: (process) use destructuring 2018-01-23 01:29:22 +01:00
memoryUsage.js benchmark: (process) use destructuring 2018-01-23 01:29:22 +01:00
next-tick-breadth-args.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
next-tick-breadth.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
next-tick-depth-args.js benchmark: fix next-tick-depth 2018-05-03 07:14:40 +02:00
next-tick-depth.js benchmark: fix next-tick-depth 2018-05-03 07:14:40 +02:00
next-tick-exec-args.js benchmark: track exec time in next-tick-exec 2018-05-06 07:29:47 +02:00
next-tick-exec.js benchmark: track exec time in next-tick-exec 2018-05-06 07:29:47 +02:00