Skip to content

Commit

Permalink
add tests/kyverno-pss.js
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Oct 25, 2023
1 parent cb4ed6c commit 1cc0db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k6/tests/kyverno-pss.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const options = {
thresholds: {
http_req_failed: ['rate<0.01'], // http errors should be less than 1%
http_req_duration: ['p(95)<200'], // 95% of requests should be below 200ms
abortOnFail: true,
},
};

Expand Down

0 comments on commit 1cc0db2

Please sign in to comment.