mirror of https://github.com/lukechilds/node.git
Browse Source
Fix a off-by-one error that made the benchmarks for asynchronous functions run `n - 1` times instead of `n` times. PR-URL: https://github.com/nodejs/node/pull/8338 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>v7.x
Anna Henningsen
8 years ago
committed by
James M Snell
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue