Uh oh!
There was an error while loading. Please reload this page.
stream: improve WebStreams creation performance - #49089
Merged
Merged
Conversation
Xstoudi
commented
Aug 10, 2023
Contributor
Ubuntu on WSL2 Without the change: With change: If values are rates and not times, your change seems to improve it on my end too! |
debadree25
commented
Aug 10, 2023
Contributor
Seems to be failing a lot of WPTs too |
Uh oh!
There was an error while loading. Please reload this page.
MemberAuthor
Edit: fixed the tests |
mcollina
commented
Aug 10, 2023
Member
cc @jasnell |
rluvatonforce-pushed
the
improve-webstream-perf
branch
from
August 10, 2023 17:11
4bb72eb to
ede6c54Comparerluvaton
commented
Aug 10, 2023
MemberAuthor
fixed the tests |
nodejs-github-bot
commented
Aug 11, 2023
Collaborator
anonrig
commented
Aug 11, 2023
Member
MemberAuthor
benchmark output: |
anonrig
approved these changes
Aug 11, 2023
nodejs-github-bot
commented
Aug 11, 2023
Collaborator
rluvaton
commented
Aug 12, 2023
MemberAuthor
Can you please retry the CI, the tests seems to be flaky |
atlowChemi
commented
Aug 12, 2023
Member
Most of the failures are related to #49059 (comment) |
nodejs-github-bot
commented
Aug 12, 2023
Collaborator
nodejs-github-bot
commented
Aug 12, 2023
Collaborator
29 tasks
nodejs-github-bot
commented
Aug 13, 2023
Collaborator
benjamingr
approved these changes
Aug 13, 2023
nodejs-github-bot
commented
Aug 13, 2023
Collaborator
Landed in 9fc5700 |
25 tasks
Ceres6 pushed a commit
to Ceres6/node
that referenced
this pull request
Aug 14, 2023
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>
22 tasks
RafaelGSS pushed a commit
that referenced
this pull request
Aug 15, 2023
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>
Merged
RafaelGSS pushed a commit
to RafaelGSS/node
that referenced
this pull request
Aug 15, 2023
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>
RafaelGSS pushed a commit
that referenced
this pull request
Aug 16, 2023
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>
RafaelGSS pushed a commit
that referenced
this pull request
Aug 17, 2023
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>
targos pushed a commit
that referenced
this pull request
Nov 27, 2023
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>
sercher added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
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>
sercher added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From my local tests, this improves the
benchmark/webstreams/creation.jsby 2 to 3 timescould someone please run the benchmark in the CI