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

use statement calls meta to read spaces #2891

Closed
HarrisChu opened this issue Sep 17, 2021 · 2 comments
Closed

use statement calls meta to read spaces #2891

HarrisChu opened this issue Sep 17, 2021 · 2 comments
Assignees
Labels
priority/low-pri Priority: low type/bug Type: something is unexpected

Comments

@HarrisChu
Copy link
Contributor

Currently, use statements would call meta to get spaces.
It would be lower performance when loading test.

# run without use

     ✓ IsSucceed

     █ setup

     █ teardown

     checks...............: 100.00% ✓ 2711159      ✗ 0
     data_received........: 0 B     0 B/s
     data_sent............: 0 B     0 B/s
     iteration_duration...: avg=2.2ms       min=802.03µs med=1.94ms max=1s    p(90)=2.85ms p(95)=3.69ms
     iterations...........: 2711159 44421.203814/s
     latency..............: avg=1383.950544 min=519      med=1329   max=28332 p(90)=1810   p(95)=2001
     responseTime.........: avg=1971.405994 min=697      med=1806   max=40428 p(90)=2580   p(95)=3092
     vus..................: 100     min=0          max=100
     vus_max..............: 100     min=100        max=100

# run with use space, e.g. use sf100; go from 2608 from KNOWS
✓ IsSucceed

     █ setup

     █ teardown

     checks...............: 100.00% ✓ 1929002      ✗ 0
     data_received........: 0 B     0 B/s
     data_sent............: 0 B     0 B/s
     iteration_duration...: avg=3.09ms      min=1.29ms med=2.85ms max=1.07s p(90)=3.84ms p(95)=4.71ms
     iterations...........: 1929002 31572.300253/s
     latency..............: avg=2206.8864   min=938    med=2157   max=21773 p(90)=2720   p(95)=2930
     responseTime.........: avg=2843.687774 min=1141   med=2678   max=32170 p(90)=3540   p(95)=4092
     vus..................: 100     min=0          max=100
     vus_max..............: 100     min=100        max=100
@HarrisChu HarrisChu added type/bug Type: something is unexpected priority/low-pri Priority: low labels Sep 17, 2021
@Sophie-Xie Sophie-Xie added this to the v2.7.0 milestone Sep 22, 2021
@Sophie-Xie Sophie-Xie modified the milestones: v2.7.0, v3.0.0 Oct 15, 2021
@Sophie-Xie Sophie-Xie assigned Aiee and unassigned CPWstatic Oct 15, 2021
@Sophie-Xie
Copy link
Contributor

#3097

@Sophie-Xie Sophie-Xie modified the milestones: v3.0.0, v3.1.0 Dec 17, 2021
@HarrisChu
Copy link
Contributor Author

fixed by #2833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low-pri Priority: low type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants