0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/timers
Rich Trott 29e74d4952 benchmark: refactor for consistent style
Code in benchmark directory sometimes uses `function () {}` for
anonymous callbacks and sometimes uses `() => {}`. Multi-line arrays
sometimes have a trailing comma and sometimes do not. Update to always
use arrow functions for anonymous callbacks and trailing commas for
multiline arrays.

PR-URL: https://github.com/nodejs/node/pull/25944
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-02-06 22:18:31 -08:00
..
immediate.js benchmark: changed millions and thousands to n 2018-04-10 00:22:33 +02: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.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