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

Use new executor with defer/stream support #1985

Merged
merged 0 commits into from
Nov 1, 2022
Merged

Use new executor with defer/stream support #1985

merged 0 commits into from
Nov 1, 2022

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Nov 1, 2022

Closes #1352

@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2022

🦋 Changeset detected

Latest commit: 9da872c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
graphql-yoga Minor
@graphql-yoga/common Patch
@graphql-yoga/node Patch
@graphql-yoga/render-graphiql Major
@graphql-yoga/plugin-apollo-inline-trace Major
@graphql-yoga/plugin-apq Major
@graphql-yoga/plugin-persisted-operations Major
@graphql-yoga/plugin-prometheus Major
@graphql-yoga/plugin-response-cache Major
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
cloudflare-advanced Patch
cloudflare Patch
hackernews Patch
hello-world-benchmark Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2022

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-yoga/apollo-link 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/redis-event-target 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/typed-event-target 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
graphql-yoga 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.0.0-alpha-20221101170209-3da9e130 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 165612      ✗ 0    
     data_received..................: 25 MB   823 kB/s
     data_sent......................: 9.5 MB  317 kB/s
     http_req_blocked...............: avg=1.23µs   min=700ns   med=1.1µs   max=312.6µs p(90)=1.6µs   p(95)=1.9µs   
     http_req_connecting............: avg=1ns      min=0s      med=0s      max=109.6µs p(90)=0s      p(95)=0s      
   ✓ http_req_duration..............: avg=284.73µs min=188.4µs med=258.3µs max=18.61ms p(90)=310.8µs p(95)=344.87µs
       { expected_response:true }...: avg=284.73µs min=188.4µs med=258.3µs max=18.61ms p(90)=310.8µs p(95)=344.87µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 82806
     http_req_receiving.............: avg=18.71µs  min=10.2µs  med=16.6µs  max=12.66ms p(90)=23.1µs  p(95)=26.2µs  
     http_req_sending...............: avg=7.15µs   min=3.6µs   med=5.1µs   max=5.58ms  p(90)=10.7µs  p(95)=11.5µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=258.86µs min=170.1µs med=235.6µs max=18.14ms p(90)=280.1µs p(95)=311.8µs 
     http_reqs......................: 82806   2760.075687/s
     iteration_duration.............: avg=356.28µs min=239µs   med=326µs   max=18.86ms p(90)=394.9µs p(95)=431.1µs 
     iterations.....................: 82806   2760.075687/s
     vus............................: 1       min=1         max=1  
     vus_max........................: 1       min=1         max=1  

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2022

🚀 Website Preview

The latest changes to the website are available as preview in: https://d1042939.graphql-yoga.pages.dev

@ardatan ardatan merged commit 9da872c into v3 Nov 1, 2022
@ardatan ardatan deleted the defer-stream branch November 1, 2022 17:14
@github-actions github-actions bot temporarily deployed to Production November 1, 2022 17:15 Inactive
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.

None yet

1 participant