| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Fast-track has been requested by @ShogunPanda. Please 👍 to approve. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
PR-URL: #43601 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
|
This patch makes benchmark/compare.js not work as expected as it outputs malformed csv data. Expected examples: $ node benchmark/compare.js --new ./node --old ./node --filter ok assert "binary","filename","configuration","rate","time" "old","assert/ok.js","n=100000",38415366.14645858,0.002603125 "new","assert/ok.js","n=100000",36958903.17802217,0.002705708 Outputs with this patch: $ node benchmark/compare.js --new ./node --old ./node --filter ok assert "binary","filename","configuration","rate","time" assert/ok.js n=100000: 40,438,760.551989086 assert/ok.js n=100000: 40,999,014.79367451 assert/ok.js n=100000: 36,593,175.372792974 assert/ok.js n=100000: 37,697,312.44550382 |
Sorry, something went wrong.
PR-URL: #43601 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43601 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43601 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs/node#43601 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes #43598