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

Update File Upload example #2645

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Update File Upload example #2645

merged 1 commit into from
Apr 5, 2023

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Apr 5, 2023

Fixes #2606

@ardatan ardatan mentioned this pull request Apr 5, 2023
@changeset-bot
Copy link

changeset-bot bot commented Apr 5, 2023

⚠️ No Changeset found

Latest commit: 60c0f53

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

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

Apollo Federation Subgraph Compatibility Results

Federation 1 SupportFederation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

💻 Website Preview

The latest changes are available as preview in: https://c102b1a2.graphql-yoga.pages.dev

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}

     checks.......................................: 100.00% ✓ 317116      ✗ 0     
     data_received................................: 1.3 GB  11 MB/s
     data_sent....................................: 64 MB   533 kB/s
     http_req_blocked.............................: avg=1.7µs    min=1µs      med=1.4µs    max=7.28ms   p(90)=2µs      p(95)=2.29µs  
     http_req_connecting..........................: avg=7ns      min=0s       med=0s       max=620.62µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=504.08µs min=266.61µs med=409.71µs max=37.52ms  p(90)=740.72µs p(95)=768.32µs
       { expected_response:true }.................: avg=504.08µs min=266.61µs med=409.71µs max=37.52ms  p(90)=740.72µs p(95)=768.32µs
     ✓ { mode:graphql-jit }.......................: avg=376.31µs min=266.61µs med=331.21µs max=19.65ms  p(90)=395.41µs p(95)=440.01µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=804.06µs min=667.92µs med=738.22µs max=37.52ms  p(90)=799.22µs p(95)=866.33µs
     ✓ { mode:graphql-response-cache }............: avg=430.23µs min=311.81µs med=391.21µs max=14.64ms  p(90)=436.91µs p(95)=454.36µs
     ✓ { mode:graphql }...........................: avg=525.86µs min=393.11µs med=453.21µs max=26.65ms  p(90)=539.21µs p(95)=624.86µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 158558
     http_req_receiving...........................: avg=29.58µs  min=17µs     med=26.1µs   max=17.99ms  p(90)=37.2µs   p(95)=41.9µs  
     http_req_sending.............................: avg=13.74µs  min=6.2µs    med=8.3µs    max=27.36ms  p(90)=13.2µs   p(95)=15.1µs  
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=460.75µs min=237.3µs  med=369.11µs max=26.57ms  p(90)=703.92µs p(95)=726.12µs
     http_reqs....................................: 158558  1321.287625/s
     iteration_duration...........................: avg=751.16µs min=472.51µs med=653.62µs max=37.82ms  p(90)=983.93µs p(95)=1.02ms  
     iterations...................................: 158558  1321.287625/s
     vus..........................................: 1       min=1         max=2   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit 9775f4e into main Apr 5, 2023
@ardatan ardatan deleted the update-file-upload-example branch April 5, 2023 08:33
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.

File Uploads broken
1 participant