-
Notifications
You must be signed in to change notification settings - Fork 195
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
Performance test degradation #10545
Comments
Since last successful run was on 6th November at 1am the degradation must have happened on Nov 6th. Luckily there were not so many relevant PRs that day. It must be one of these:
Other PRs on that day only touch docs or unrelated systems. #10476 adds 25 workers to the frontend service. Maybe that is somehow affecting request duration? Frontend service taking too much mem/cpu? THATS THE BADDY #10481 bumps a grpc dependency. That could impact grpc request duration. But since we bumped it, it should be quicker if anything, shouldn't it? Tested - No impact on performance
There is also the possibility that the infrastructure changed. Where there any changes to it last week? |
there have been no changes to the infrastructure in the last week. |
Have there been some changes to the k6 tests? |
Nope, there was nothing. |
last 4 days we see some degradation in the nightly k6 testing. see here https://grafana.k6.infra.owncloud.works/
k6-test is red in CI because thresholds on metrics 'http_req_duration (rate<0.02), http_req_failed (p(95)<500ms)' have been crossed
example:
last green test was 6 days ago https://drone.owncloud.com/owncloud/ocis/40699/58/1
how to test:
The text was updated successfully, but these errors were encountered: