0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/benchmark/process
Rich Trott 97c43940c8 benchmark: cover more nextTick() code
The benchmarks for `process.nextTick()` do not cover the `default` case
in the internal code's `switch` statement where the callback receives
more than 3 arguments. Modify two of the benchmarks to include this
condition.

PR-URL: https://github.com/nodejs/node/pull/14645
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-08-10 09:11:50 -07:00
..
bench-env.js
bench-hrtime.js
memoryUsage.js
next-tick-breadth-args.js benchmark: cover more nextTick() code 2017-08-10 09:11:50 -07:00
next-tick-breadth.js
next-tick-depth-args.js benchmark: cover more nextTick() code 2017-08-10 09:11:50 -07:00
next-tick-depth.js