mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
97c43940c8
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> |
||
---|---|---|
.. | ||
bench-env.js | ||
bench-hrtime.js | ||
memoryUsage.js | ||
next-tick-breadth-args.js | ||
next-tick-breadth.js | ||
next-tick-depth-args.js | ||
next-tick-depth.js |