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

CLI to fetch OpenAPI documents #357

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

CLI to fetch OpenAPI documents #357

wants to merge 2 commits into from

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Jul 19, 2023

No description provided.

@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

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

Package Version Info
fets 0.4.5-alpha-20230719134819-40b75ed npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://cd434ced.fets.pages.dev

@github-actions
Copy link
Contributor

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:node-http,mode:zod}
     ✓ expected_result{server:node-http,mode:zod}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:zod}
     ✓ expected_result{server:uWebSockets,mode:zod}

     checks......................................: 100.00% ✓ 1512908     ✗ 0     
     data_received...............................: 137 MB  762 kB/s
     data_sent...................................: 94 MB   524 kB/s
     http_req_blocked............................: avg=1.23µs   min=700ns   med=1.1µs   max=3.38ms  p(90)=1.5µs   p(95)=1.8µs  
     http_req_connecting.........................: avg=1ns      min=0s      med=0s      max=575.6µs p(90)=0s      p(95)=0s     
     http_req_duration...........................: avg=163.74µs min=86.6µs  med=143.9µs max=17.75ms p(90)=180.5µs p(95)=199.2µs
       { expected_response:true }................: avg=163.74µs min=86.6µs  med=143.9µs max=17.75ms p(90)=180.5µs p(95)=199.2µs
     ✓ { server:node-http,mode:json-schema }.....: avg=179.71µs min=112µs   med=160.3µs max=13.65ms p(90)=193.7µs p(95)=214.2µs
     ✓ { server:node-http,mode:no-schema }.......: avg=168.12µs min=103.7µs med=145.2µs max=17.75ms p(90)=181.3µs p(95)=201.8µs
     ✓ { server:node-http,mode:zod }.............: avg=176.18µs min=114.2µs med=159.6µs max=17.2ms  p(90)=190.8µs p(95)=212.3µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=158.51µs min=101.9µs med=139.2µs max=15.37ms p(90)=166.3µs p(95)=187.1µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=148µs    min=86.6µs  med=128.2µs max=14.85ms p(90)=158.5µs p(95)=179.9µs
     ✓ { server:uWebSockets,mode:zod }...........: avg=155.42µs min=90.1µs  med=138.2µs max=13.43ms p(90)=164.1µs p(95)=185.1µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 756454
     http_req_receiving..........................: avg=17.11µs  min=9.19µs  med=14.4µs  max=9.56ms  p(90)=22.4µs  p(95)=27.4µs 
     http_req_sending............................: avg=6.99µs   min=3.8µs   med=5.7µs   max=9.96ms  p(90)=8.69µs  p(95)=11.2µs 
     http_req_tls_handshaking....................: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting............................: avg=139.62µs min=69µs    med=122.3µs max=17.36ms p(90)=153.2µs p(95)=168.8µs
     http_reqs...................................: 756454  4202.473321/s
     iteration_duration..........................: avg=233.19µs min=144.9µs med=210.9µs max=18.01ms p(90)=259.3µs p(95)=284.9µs
     iterations..................................: 756454  4202.473321/s
     vus.........................................: 1       min=1         max=2   
     vus_max.....................................: 2       min=2         max=2   

@TuvalSimha TuvalSimha closed this Aug 4, 2023
@TuvalSimha TuvalSimha reopened this Aug 4, 2023
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