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 basic tutorial screenshots #2856

Merged
merged 1 commit into from
Jun 10, 2023
Merged

Conversation

EmrysMyrddin
Copy link
Collaborator

@EmrysMyrddin EmrysMyrddin commented Jun 9, 2023

Update the prisma auto-completion screenshots from the basic tutorial to use import statements.

fixes #1140

@changeset-bot
Copy link

changeset-bot bot commented Jun 9, 2023

⚠️ No Changeset found

Latest commit: 02ac054

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 Jun 9, 2023

💻 Website Preview

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

@n1ru4l n1ru4l merged commit bebc4e6 into main Jun 10, 2023
@n1ru4l n1ru4l deleted the doc/update-basic-tutorial-screenshots branch June 10, 2023 11:06
@github-actions
Copy link
Contributor

✅ 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% ✓ 298320      ✗ 0     
     data_received................................: 1.2 GB  10 MB/s
     data_sent....................................: 60 MB   502 kB/s
     http_req_blocked.............................: avg=1.7µs    min=1µs      med=1.4µs    max=1.57ms  p(90)=2.1µs    p(95)=2.29µs  
     http_req_connecting..........................: avg=12ns     min=0s       med=0s       max=1.52ms  p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=544.97µs min=293.3µs  med=452.4µs  max=35.57ms p(90)=782.84µs p(95)=813.64µs
       { expected_response:true }.................: avg=544.97µs min=293.3µs  med=452.4µs  max=35.57ms p(90)=782.84µs p(95)=813.64µs
     ✓ { mode:graphql-jit }.......................: avg=411.68µs min=293.3µs  med=365.42µs max=29.49ms p(90)=424.31µs p(95)=455.62µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=846.17µs min=713.43µs med=779.84µs max=30.84ms p(90)=847.54µs p(95)=926.7µs 
     ✓ { mode:graphql-response-cache }............: avg=476.15µs min=346.41µs med=431.62µs max=35.57ms p(90)=483.92µs p(95)=500.19µs
     ✓ { mode:graphql }...........................: avg=561µs    min=422.3µs  med=487.2µs  max=32.89ms p(90)=574.3µs  p(95)=664.31µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 149160
     http_req_receiving...........................: avg=30.35µs  min=15.8µs   med=25.9µs   max=25.89ms p(90)=37.6µs   p(95)=42.5µs  
     http_req_sending.............................: avg=13.66µs  min=6.2µs    med=8.4µs    max=5.03ms  p(90)=13.6µs   p(95)=15.4µs  
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s      p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=500.94µs min=265.5µs  med=412.8µs  max=35.52ms p(90)=746.94µs p(95)=770.64µs
     http_reqs....................................: 149160  1242.971111/s
     iteration_duration...........................: avg=798.5µs  min=508.5µs  med=702.41µs max=35.86ms p(90)=1.02ms   p(95)=1.07ms  
     iterations...................................: 149160  1242.971111/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

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.

[tutorial] screenshot uses require instead of import
2 participants