Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #1504

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Upcoming Release Changes #1504

merged 1 commit into from
Jul 26, 2024

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Jul 26, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #1088
    8b2d14a
    Thanks @f5io! - Wait for the server response to drain the existing data
    in the stream then send the other one

@benchmarks/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

Copy link
Contributor

github-actions bot commented Jul 26, 2024

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.875201 min=52      med=141     max=200      p(90)=161     p(95)=165    
     data_received..................: 21 MB  684 kB/s
     data_sent......................: 13 MB  438 kB/s
     http_req_blocked...............: avg=3.83µs     min=631ns   med=1.31µs  max=8.75ms   p(90)=2.02µs  p(95)=2.27µs 
     http_req_connecting............: avg=2µs        min=0s      med=0s      max=5.55ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=22.3ms     min=1.23ms  med=21.71ms max=882.4ms  p(90)=28.16ms p(95)=29.9ms 
       { expected_response:true }...: avg=22.3ms     min=1.23ms  med=21.71ms max=882.4ms  p(90)=28.16ms p(95)=29.9ms 
     http_req_failed................: 0.00%  ✓ 0           ✗ 134071
     http_req_receiving.............: avg=36.89µs    min=9.62µs  med=26.23µs max=21.27ms  p(90)=40.15µs p(95)=46.81µs
     http_req_sending...............: avg=11.04µs    min=3.45µs  med=6.56µs  max=15.59ms  p(90)=10.17µs p(95)=14.03µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=22.25ms    min=1.17ms  med=21.67ms max=882.32ms p(90)=28.11ms p(95)=29.83ms
     http_reqs......................: 134071 4468.138153/s
     iteration_duration.............: avg=44.72ms    min=12.11ms med=43.5ms  max=911.28ms p(90)=49.03ms p(95)=54.8ms 
     iterations.....................: 67004  2233.019287/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jul 26, 2024

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@whatwg-node/node-fetch 0.5.18-rc-20240726145209-474dafd2879bb3a918b26a9edf5abd1276235ab4 npm ↗︎ unpkg ↗︎
@whatwg-node/server 0.9.45-rc-20240726145209-474dafd2879bb3a918b26a9edf5abd1276235ab4 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jul 26, 2024

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=138.020769 min=20      med=137     max=201     p(90)=158     p(95)=164    
     data_received..................: 20 MB  672 kB/s
     data_sent......................: 13 MB  435 kB/s
     http_req_blocked...............: avg=2.77µs     min=651ns   med=1.41µs  max=7.31ms  p(90)=2.09µs  p(95)=2.46µs 
     http_req_connecting............: avg=794ns      min=0s      med=0s      max=3.03ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=22.69ms    min=4.49ms  med=22.05ms max=1.03s   p(90)=28.64ms p(95)=30.82ms
       { expected_response:true }...: avg=22.69ms    min=4.49ms  med=22.05ms max=1.03s   p(90)=28.64ms p(95)=30.82ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 131778
     http_req_receiving.............: avg=38.3µs     min=11.06µs med=28.24µs max=22.4ms  p(90)=42.6µs  p(95)=51.38µs
     http_req_sending...............: avg=12.76µs    min=4.01µs  med=7.41µs  max=28.51ms p(90)=10.9µs  p(95)=15.22µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=22.63ms    min=4.44ms  med=22ms    max=1.03s   p(90)=28.58ms p(95)=30.74ms
     http_reqs......................: 131778 4392.193827/s
     iteration_duration.............: avg=45.49ms    min=14.21ms med=44.08ms max=1.05s   p(90)=49.55ms p(95)=55.76ms
     iterations.....................: 65868  2195.396978/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jul 26, 2024

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 227744      ✗ 0     
     data_received..................: 23 MB   763 kB/s
     data_sent......................: 9.1 MB  304 kB/s
     http_req_blocked...............: avg=1.4µs    min=902ns    med=1.21µs   max=181.1µs  p(90)=1.91µs   p(95)=2.08µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=110.84µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=200.86µs min=152.61µs med=187.58µs max=16.39ms  p(90)=214.13µs p(95)=223.79µs
       { expected_response:true }...: avg=200.86µs min=152.61µs med=187.58µs max=16.39ms  p(90)=214.13µs p(95)=223.79µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 113872
     http_req_receiving.............: avg=25.59µs  min=13.65µs  med=23.99µs  max=7.76ms   p(90)=31.2µs   p(95)=33.31µs 
     http_req_sending...............: avg=6.29µs   min=4.11µs   med=5.57µs   max=394.1µs  p(90)=8.18µs   p(95)=8.77µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=168.98µs min=125.37µs med=155.56µs max=16.31ms  p(90)=178.63µs p(95)=187.65µs
     http_reqs......................: 113872  3795.606895/s
     iteration_duration.............: avg=258.91µs min=202.02µs med=245.12µs max=16.54ms  p(90)=275.04µs p(95)=287.5µs 
     iterations.....................: 113872  3795.606895/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Jul 26, 2024

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 292496      ✗ 0     
     data_received..................: 29 MB   960 kB/s
     data_sent......................: 12 MB   390 kB/s
     http_req_blocked...............: avg=1.42µs   min=882ns    med=1.22µs   max=243.24µs p(90)=1.91µs   p(95)=2.08µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=117.74µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=142.5µs  min=95.37µs  med=136.63µs max=7.98ms   p(90)=158.12µs p(95)=164.89µs
       { expected_response:true }...: avg=142.5µs  min=95.37µs  med=136.63µs max=7.98ms   p(90)=158.12µs p(95)=164.89µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 146248
     http_req_receiving.............: avg=24.83µs  min=12.73µs  med=23.78µs  max=746.94µs p(90)=30.52µs  p(95)=32.7µs  
     http_req_sending...............: avg=6.39µs   min=4.08µs   med=5.71µs   max=734.4µs  p(90)=8.19µs   p(95)=8.89µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=111.27µs min=70.76µs  med=104.93µs max=7.73ms   p(90)=123.58µs p(95)=128.86µs
     http_reqs......................: 146248  4874.727252/s
     iteration_duration.............: avg=200.63µs min=139.51µs med=193.92µs max=8.43ms   p(90)=218.47µs p(95)=227.7µs 
     iterations.....................: 146248  4874.727252/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@theguild-bot theguild-bot force-pushed the changeset-release/master branch 3 times, most recently from 11c9a4a to 7a471d6 Compare July 26, 2024 14:15
@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 7a471d6 to 474dafd Compare July 26, 2024 14:50
@ardatan ardatan merged commit 57443e6 into master Jul 26, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants