Skip to content

Commit d0c7a31

Browse files
rapourmarco6
andauthored
workflows: remove wait time from performance test (#252) (#288)
* workflows: remove wait time from perfromance test (#252) (cherry picked from commit f881693) --------- Signed-off-by: rapour <[email protected]> Co-authored-by: Marco Manino <[email protected]>
1 parent 1bedf1c commit d0c7a31

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/performance/templates/api-intensive.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metricsEndpoints:
55

66
jobs:
77
- name: api-intensive
8+
preLoadPeriod: 5s
89
jobIterations: 100
910
qps: 500
1011
burst: 500
@@ -15,14 +16,14 @@ jobs:
1516
waitWhenFinished: true
1617
objects:
1718
- objectTemplate: configmap.yaml
18-
replicas: 10
19+
replicas: 50
1920
wait: true
2021
- objectTemplate: secret.yaml
21-
replicas: 10
22+
replicas: 50
2223
wait: true
2324
- name: remove-configmaps-secrets
24-
qps: 100
25-
burst: 100
25+
qps: 500
26+
burst: 500
2627
jobType: delete
2728
objects:
2829
- kind: ConfigMap

0 commit comments

Comments
 (0)