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 #1492

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Upcoming Release Changes #1492

merged 1 commit into from
Jul 25, 2024

Conversation

theguild-bot
Copy link
Collaborator

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

  • 5fa49ca
    Thanks @ardatan! - Small fix that happens when .fetch receives a
    dummy request

@benchmarks/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 9426c9f to c29fe70 Compare July 25, 2024 17:03
Copy link
Contributor

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=138.089964 min=63     med=140     max=201      p(90)=157     p(95)=164    
     data_received..................: 24 MB  788 kB/s
     data_sent......................: 15 MB  505 kB/s
     http_req_blocked...............: avg=3.24µs     min=641ns  med=1.41µs  max=7.49ms   p(90)=2µs     p(95)=2.34µs 
     http_req_connecting............: avg=1.19µs     min=0s     med=0s      max=5.35ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.33ms    min=2.39ms med=18.92ms max=741.79ms p(90)=25.05ms p(95)=26.76ms
       { expected_response:true }...: avg=19.33ms    min=2.39ms med=18.92ms max=741.79ms p(90)=25.05ms p(95)=26.76ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 154606
     http_req_receiving.............: avg=34.38µs    min=8.98µs med=24.06µs max=15.56ms  p(90)=39.53µs p(95)=47.9µs 
     http_req_sending...............: avg=12.02µs    min=3.2µs  med=6.8µs   max=23.93ms  p(90)=10.13µs p(95)=15.77µs
     http_req_tls_handshaking.......: avg=0s         min=0s     med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.28ms    min=2.2ms  med=18.88ms max=741.72ms p(90)=25.01ms p(95)=26.68ms
     http_reqs......................: 154606 5152.427816/s
     iteration_duration.............: avg=38.78ms    min=7.39ms med=37.61ms max=768.55ms p(90)=42.88ms p(95)=48.4ms 
     iterations.....................: 77298  2576.047277/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 232298      ✗ 0     
     data_received..................: 23 MB   778 kB/s
     data_sent......................: 9.3 MB  310 kB/s
     http_req_blocked...............: avg=1.4µs    min=942ns    med=1.21µs   max=167.45µs p(90)=1.88µs   p(95)=2.04µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=114.62µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=198.09µs min=143.97µs med=185.43µs max=16.21ms  p(90)=212.05µs p(95)=224.14µs
       { expected_response:true }...: avg=198.09µs min=143.97µs med=185.43µs max=16.21ms  p(90)=212.05µs p(95)=224.14µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 116149
     http_req_receiving.............: avg=25.17µs  min=13.12µs  med=23.84µs  max=1.26ms   p(90)=30.64µs  p(95)=32.86µs 
     http_req_sending...............: avg=6.28µs   min=4.14µs   med=5.38µs   max=6.84ms   p(90)=8.08µs   p(95)=8.56µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=166.63µs min=120.2µs  med=153.72µs max=15.76ms  p(90)=177.28µs p(95)=188.16µs
     http_reqs......................: 116149  3871.484107/s
     iteration_duration.............: avg=254.05µs min=191.46µs med=240.33µs max=16.5ms   p(90)=270.65µs p(95)=286.38µs
     iterations.....................: 116149  3871.484107/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=138.850463 min=64      med=138     max=200      p(90)=162     p(95)=166    
     data_received..................: 24 MB  784 kB/s
     data_sent......................: 15 MB  507 kB/s
     http_req_blocked...............: avg=3.78µs     min=631ns   med=1.48µs  max=26.66ms  p(90)=2.06µs  p(95)=2.45µs 
     http_req_connecting............: avg=1.39µs     min=0s      med=0s      max=5.56ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.44ms    min=1.29ms  med=19ms    max=726.28ms p(90)=25.49ms p(95)=27.23ms
       { expected_response:true }...: avg=19.44ms    min=1.29ms  med=19ms    max=726.28ms p(90)=25.49ms p(95)=27.23ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 153686
     http_req_receiving.............: avg=39.79µs    min=8.88µs  med=26.28µs max=27.36ms  p(90)=42.41µs p(95)=51.67µs
     http_req_sending...............: avg=13.04µs    min=3.29µs  med=7.59µs  max=26.54ms  p(90)=11.06µs p(95)=16.68µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.39ms    min=1.24ms  med=18.96ms max=726.18ms p(90)=25.44ms p(95)=27.15ms
     http_reqs......................: 153686 5121.669657/s
     iteration_duration.............: avg=39.01ms    min=11.26ms med=37.89ms max=756.4ms  p(90)=43.88ms p(95)=48.86ms
     iterations.....................: 76824  2560.201643/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 292160      ✗ 0     
     data_received..................: 29 MB   959 kB/s
     data_sent......................: 12 MB   390 kB/s
     http_req_blocked...............: avg=1.44µs   min=922ns    med=1.23µs   max=290.24µs p(90)=1.95µs   p(95)=2.14µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=131.24µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=143.47µs min=94.55µs  med=136.49µs max=7.53ms   p(90)=158.42µs p(95)=166.23µs
       { expected_response:true }...: avg=143.47µs min=94.55µs  med=136.49µs max=7.53ms   p(90)=158.42µs p(95)=166.23µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 146080
     http_req_receiving.............: avg=24.7µs   min=12.04µs  med=23.51µs  max=3.39ms   p(90)=30.43µs  p(95)=32.58µs 
     http_req_sending...............: avg=6.38µs   min=4.05µs   med=5.64µs   max=941.86µs p(90)=8.22µs   p(95)=8.85µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=112.38µs min=69.76µs  med=105.05µs max=7.48ms   p(90)=123.79µs p(95)=130.13µs
     http_reqs......................: 146080  4869.141913/s
     iteration_duration.............: avg=200.94µs min=142.09µs med=193.06µs max=7.92ms   p(90)=218.09µs p(95)=228.22µs
     iterations.....................: 146080  4869.141913/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@ardatan ardatan merged commit 7cbf21a into master Jul 25, 2024
21 of 22 checks passed
@ardatan ardatan deleted the changeset-release/master branch July 25, 2024 17:07
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