You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using new syntax such as `...args` means that the benchmark suite can't
be used with older node versions. This changes the `...args` syntax to a
good old `Array.prototype.slice`.
Refs: #8932 (comment)
PR-URL: #9064
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
0 commit comments