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

test: cleanup defer/stream source that never publishes a source :) #2083

Merged
merged 4 commits into from
Nov 11, 2022

Conversation

n1ru4l
Copy link
Collaborator

@n1ru4l n1ru4l commented Nov 11, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2022

⚠️ No Changeset found

Latest commit: 1c69fc8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR%0A)

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 100688      ✗ 0    
     data_received..................: 15 MB   500 kB/s
     data_sent......................: 5.8 MB  193 kB/s
     http_req_blocked...............: avg=2.13µs   min=1.2µs   med=1.8µs   max=2.55ms  p(90)=2.29µs   p(95)=2.8µs   
     http_req_connecting............: avg=45ns     min=0s      med=0s      max=2.28ms  p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=478.64µs min=295.2µs med=413.1µs max=25.18ms p(90)=548.07µs p(95)=646.47µs
       { expected_response:true }...: avg=478.64µs min=295.2µs med=413.1µs max=25.18ms p(90)=548.07µs p(95)=646.47µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 50344
     http_req_receiving.............: avg=30.52µs  min=17.8µs  med=25.3µs  max=5.51ms  p(90)=38.6µs   p(95)=44.6µs  
     http_req_sending...............: avg=11.45µs  min=6.2µs   med=8.2µs   max=7.04ms  p(90)=18.2µs   p(95)=20.1µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=436.67µs min=264.2µs med=375.5µs max=23.63ms p(90)=496.7µs  p(95)=592.9µs 
     http_reqs......................: 50344   1678.010157/s
     iteration_duration.............: avg=588.64µs min=368.6µs med=521.3µs max=26.63ms p(90)=668.9µs  p(95)=776.2µs 
     iterations.....................: 50344   1678.010157/s
     vus............................: 1       min=1         max=1  
     vus_max........................: 1       min=1         max=1  

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2022

🚀 Website Preview

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

@n1ru4l n1ru4l added this to the v3 milestone Nov 11, 2022
@theguild-bot theguild-bot mentioned this pull request Nov 11, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 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-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/redis-event-target 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/typed-event-target 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
graphql-yoga 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 1.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.0.0-alpha-20221111160308-5c96d66c npm ↗︎ unpkg ↗︎

@ardatan ardatan merged commit e3cd6c3 into main Nov 11, 2022
@ardatan ardatan deleted the test-defer-stream-cleanup branch November 11, 2022 16:06
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

2 participants