| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Ubuntu on WSL2 Without the change: webstreams/creation.js kind="ReadableStream" n=50000: 245,842.89135667187 webstreams/creation.js kind="TransformStream" n=50000: 64,412.45274303109 webstreams/creation.js kind="WritableStream" n=50000: 235,646.29630427333 With change: webstreams/creation.js kind="ReadableStream" n=50000: 796,678.8307839505 webstreams/creation.js kind="TransformStream" n=50000: 137,357.95549408294 webstreams/creation.js kind="WritableStream" n=50000: 503,433.1675202359 If values are rates and not times, your change seems to improve it on my end too! |
Sorry, something went wrong.
|
Seems to be failing a lot of WPTs too |
Sorry, something went wrong.
|
https://github.com/nodejs/node/blob/52d32bdfbd88d7abd19365daad07b7e7c9f423fd/test/fixtures/wpt/streams/idlharness.any.js test fail, anyone knows why? Edit: fixed the tests |
Sorry, something went wrong.
|
fixed the tests |
Sorry, something went wrong.
Sorry, something went wrong.
|
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1358/ |
Sorry, something went wrong.
|
benchmark output: confidence improvement accuracy (*) (**) (***) webstreams/creation.js kind='ReadableStream' n=50000 *** 144.39 % ±6.00% ±8.00% ±10.45% webstreams/creation.js kind='TransformStream' n=50000 *** 98.61 % ±3.81% ±5.11% ±6.72% webstreams/creation.js kind='WritableStream' n=50000 *** 85.25 % ±6.30% ±8.44% ±11.08% Be aware that when doing many comparisons the risk of a false-positive result increases. In this case, there are 3 comparisons, you can thus expect the following amount of false-positive results: 0.15 false positives, when considering a 5% risk acceptance (*, **, ***), 0.03 false positives, when considering a 1% risk acceptance (**, ***), 0.00 false positives, when considering a 0.1% risk acceptance (***) |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
Can you please retry the CI, the tests seems to be flaky |
Sorry, something went wrong.
Most of the failures are related to #49059 (comment) |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: nodejs#49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs#49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs/node#49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: nodejs/node#49089 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
| Back | FazBrowse Home | New Git URL |
From my local tests, this improves the benchmark/webstreams/creation.js by 2 to 3 times
could someone please run the benchmark in the CI