| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
exceedingly minor nit... why N? I tend to dislike caps for variables that aren't const
Sorry, something went wrong.
|
ping again the rest @nodejs/benchmarking, do these look ok? |
Sorry, something went wrong.
Sorry, something went wrong.
Refs: nodejs#9493 PR-URL: nodejs#10925 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
|
Oops, missed a variable rename, new Lint CI: https://ci.nodejs.org/job/node-test-linter/6685/ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refs: #9493
Adds some new benchmarks to test pooled and unpooled behavior of the insert, cancel, and timeout operations of Node timers.
This is missing an unpooled tests for timeout, since that is far more complex, and I would prefer to do it separately in all likelihood.
cc @misterdjules, @AndreasMadsen, @nodejs/benchmarking
(This patch was made live during https://www.twitch.tv/nodesource/v/117497395 if you'd like to see me working on this in retrospect. :P)
Checklist
Affected core subsystem(s)
benchmark, timer