mirror of https://github.com/lukechilds/node.git
Browse Source
This changes the execution order from "iter, file, binary" to "file, iter, binary". This means the csv no longer has to buffered completely. This also has the added effect that stopping compare.js early or interfering with performance only affects a single benchmark, instead of all of them. Refs: https://github.com/nodejs/node/issues/8659 PR-URL: https://github.com/nodejs/node/pull/9064 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>v7.x
Andreas Madsen
8 years ago
committed by
James M Snell
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue