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

Chore/googlesheets datasource improvements #13627

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

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented May 7, 2024

Description

Describe the problem or feature in addition to a link to the relevant github issues.

Before, avg request of 3.66s

  scenarios: (100.00%) 1 scenario, 1 max VUs, 1m0s max duration (incl. graceful stop):
           * default: 1 looping VUs for 30s (gracefulStop: 30s)


     ✓ is status 200
     ✓ get the requested count of items

     checks.....................: 100.00% ✓ 18       ✗ 0  
     data_received..............: 14 kB   428 B/s
     data_sent..................: 4.5 kB  136 B/s
     http_req_blocked...........: avg=195.11µs min=3µs   med=7µs   max=1.66ms  p(90)=364.6µs p(95)=1.01ms  
     http_req_connecting........: avg=32.11µs  min=0s    med=0s    max=289µs   p(90)=57.8µs  p(95)=173.39µs
     http_req_duration..........: avg=3.66s    min=3.03s med=3.66s max=4.77s   p(90)=4.31s   p(95)=4.54s   
     http_req_failed............: 100.00% ✓ 9        ✗ 0  
     http_req_receiving.........: avg=2.64ms   min=153µs med=398µs max=20.11ms p(90)=5ms     p(95)=12.56ms 
     http_req_sending...........: avg=44.11µs  min=16µs  med=32µs  max=102µs   p(90)=75.6µs  p(95)=88.79µs 
     http_req_tls_handshaking...: avg=0s       min=0s    med=0s    max=0s      p(90)=0s      p(95)=0s      
     http_req_waiting...........: avg=3.66s    min=3.03s med=3.66s max=4.77s   p(90)=4.31s   p(95)=4.54s   
     http_reqs..................: 9       0.272755/s
     iteration_duration.........: avg=3.66s    min=3.03s med=3.66s max=4.77s   p(90)=4.31s   p(95)=4.54s   
     iterations.................: 9       0.272755/s
     vus........................: 1       min=1      max=1
     vus_max....................: 1       min=1      max=1

After, avg request of 2.05s

  scenarios: (100.00%) 1 scenario, 1 max VUs, 1m0s max duration (incl. graceful stop):
           * default: 1 looping VUs for 30s (gracefulStop: 30s)




     ✓ is status 200
     ✓ get the requested count of items

     checks.....................: 100.00% ✓ 30       ✗ 0  
     data_received..............: 24 kB   761 B/s
     data_sent..................: 7.5 kB  242 B/s
     http_req_blocked...........: avg=51µs     min=2µs   med=5µs   max=700µs p(90)=7.6µs   p(95)=215.59µs
     http_req_connecting........: avg=18.73µs  min=0s    med=0s    max=281µs p(90)=0s      p(95)=84.29µs 
     http_req_duration..........: avg=2.05s    min=1.33s med=2.02s max=2.59s p(90)=2.49s   p(95)=2.52s   
     http_req_failed............: 100.00% ✓ 15       ✗ 0  
     http_req_receiving.........: avg=271.53µs min=91µs  med=227µs max=921µs p(90)=357.6µs p(95)=539.49µs
     http_req_sending...........: avg=29µs     min=13µs  med=29µs  max=46µs  p(90)=42.6µs  p(95)=43.89µs 
     http_req_tls_handshaking...: avg=0s       min=0s    med=0s    max=0s    p(90)=0s      p(95)=0s      
     http_req_waiting...........: avg=2.05s    min=1.33s med=2.02s max=2.59s p(90)=2.49s   p(95)=2.52s   
     http_reqs..................: 15      0.485455/s
     iteration_duration.........: avg=2.05s    min=1.34s med=2.03s max=2.59s p(90)=2.49s   p(95)=2.52s   
     iterations.................: 15      0.485455/s
     vus........................: 1       min=1      max=1
     vus_max....................: 1       min=1      max=1

Addresses

  • <Enter the Link to the issue(s) this PR addresses>
  • ...more if required

App Export

  • If possible, attach an app export file along with your request template to make QA testing easier, with minimal setup.

Screenshots

If a UI facing feature, a short video of the happy path, and some screenshots of the new functionality.

Launchcontrol

Add a small description in layman's terms of what this PR achieves. This will be used in the release notes.

@mike12345567 mike12345567 added the firestorm Data/Infra/Revenue Team label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firestorm Data/Infra/Revenue Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants