Skip to content

Commit

Permalink
distributed k6 workflows - lower default settings (#5577)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonieczny committed Jun 13, 2024
1 parent c5e3ae9 commit b1ab322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/k6/executor-tests/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ metadata:
core-tests: workflows
spec:
config:
vus: {type: integer, default: 1000}
vus: {type: integer, default: 10}
duration: {type: string, default: '5s'}
workers: {type: integer, default: 5}
workers: {type: integer, default: 3}
content:
git:
uri: https://github.com/kubeshop/testkube
Expand Down Expand Up @@ -204,9 +204,9 @@ metadata:
core-tests: workflows
spec:
config:
vus: {type: integer, default: 1000}
vus: {type: integer, default: 10}
duration: {type: string, default: '5s'}
workers: {type: integer, default: 5}
workers: {type: integer, default: 3}
content:
git:
uri: https://github.com/kubeshop/testkube
Expand Down

0 comments on commit b1ab322

Please sign in to comment.