| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/streams |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
missing the stream parameter
Sorry, something went wrong.
|
This apparently needs a rebase in order to run benchmarks in CI. |
Sorry, something went wrong.
|
rebased |
Sorry, something went wrong.
Sorry, something went wrong.
|
@mscdex: Another try at Benchmark CI? |
Sorry, something went wrong.
|
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/450/ |
Sorry, something went wrong.
Sorry, something went wrong.
|
Benchmark results from CI: 19:26:09 confidence improvement accuracy (*) (**) (***)
19:26:09 streams/creation.js kind='duplex' n=50000000 *** 16.85 % ±2.12% ±2.82% ±3.67%
19:26:09 streams/creation.js kind='readable' n=50000000 1.41 % ±1.82% ±2.43% ±3.16%
19:26:09 streams/creation.js kind='transform' n=50000000 *** 9.88 % ±1.71% ±2.28% ±2.96%
19:26:09 streams/creation.js kind='writable' n=50000000 ** -3.08 % ±1.95% ±2.60% ±3.38%
19:26:09 Seems good to me, but posting here in case anyone thinks the one slightly slower benchmark result is critical. (I imagine we're more interested in the two positive results that are both more statistically significant and larger in magnitude.) |
Sorry, something went wrong.
PR-URL: #29135 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
PR-URL: #29135 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
PR-URL: #29135 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
| Back | FazBrowse Home | New Git URL |
Optimize stream creation.
Takes the non-controversial parts of #29127.
Checklist