0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/timers
Anatoli Papirovski f4f937b296 lib: remove Reflect.apply where appropriate
Using Reflect.apply where the callback context does not need
to change is unnecessary and less performant.

PR-URL: https://github.com/nodejs/node/pull/27349
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2019-04-30 08:36:55 +02:00
..
immediate.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
set-immediate-breadth-args.js benchmark: refactor for consistent style 2019-02-06 22:18:31 -08:00
set-immediate-breadth.js benchmark: refactor for consistent style 2019-02-06 22:18:31 -08:00
set-immediate-depth-args.js benchmark: refactor for consistent style 2019-02-06 22:18:31 -08:00
timers-breadth-args.js lib: remove Reflect.apply where appropriate 2019-04-30 08:36:55 +02:00
timers-breadth.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
timers-cancel-pooled.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
timers-cancel-unpooled.js timers: use only a single TimerWrap instance 2018-05-22 23:26:12 +04:00
timers-depth.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
timers-insert-pooled.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
timers-insert-unpooled.js timers: use only a single TimerWrap instance 2018-05-22 23:26:12 +04:00
timers-timeout-nexttick.js timers: run nextTicks after each immediate and timer 2018-10-17 20:38:07 -07:00
timers-timeout-pooled.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02:00
timers-timeout-unpooled.js timers: refactor timer list processing 2018-02-09 14:59:07 -05:00