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

LRU Caching for query planner #5586

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

LRU Caching for query planner #5586

wants to merge 3 commits into from

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Sep 12, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Sep 12, 2023

🦋 Changeset detected

Latest commit: 896cd5c

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

This PR includes changesets to release 2 packages
Name Type
@graphql-tools/stitch Patch
federation-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 Sep 12, 2023

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-tools/federation 1.1.8-alpha-20230912162946-896cd5c0 npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.0.2-alpha-20230912162946-896cd5c0 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 370       ✗ 0  
     data_received..................: 43 MB   4.3 MB/s
     data_sent......................: 158 kB  16 kB/s
     http_req_blocked...............: avg=16.5µs   min=2.9µs    med=4.1µs    max=2.24ms   p(90)=5.6µs    p(95)=6.48µs  
     http_req_connecting............: avg=11.74µs  min=0s       med=0s       max=2.17ms   p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=47.16ms  min=38.96ms  med=43.8ms   max=218.92ms p(90)=51.73ms  p(95)=58.41ms 
       { expected_response:true }...: avg=47.16ms  min=38.96ms  med=43.8ms   max=218.92ms p(90)=51.73ms  p(95)=58.41ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 185
     http_req_receiving.............: avg=201µs    min=143.42µs med=183.82µs max=642.59µs p(90)=275.18µs p(95)=333.41µs
     http_req_sending...............: avg=181.41µs min=19.9µs   med=28.7µs   max=7.01ms   p(90)=67.49µs  p(95)=976.53µs
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=46.78ms  min=38.74ms  med=43.51ms  max=218.48ms p(90)=51.01ms  p(95)=58.05ms 
     http_reqs......................: 185     18.436969/s
     iteration_duration.............: avg=54.18ms  min=45.21ms  med=50.24ms  max=227.55ms p(90)=59.63ms  p(95)=68.25ms 
     iterations.....................: 185     18.436969/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2023

💻 Website Preview

The latest changes are available as preview in: https://5746f84f.graphql-tools.pages.dev

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