Skip to content

Commit

Permalink
executing service operations 1 by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Jan 4, 2019
1 parent 4bfd406 commit ced95cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions clusterloader2/testing/load/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
name: load
automanagedNamespaces: {{$namespaces}}
tuningSets:
- name: Uniform100qps
qpsLoad:
qps: 100
- name: Sequence
parallelismLimitedLoad:
parallelismLimit: 1
- name: RandomizedSaturationTimeLimited
RandomizedTimeLimitedLoad:
timeLimit: {{$saturationTime}}s
Expand Down Expand Up @@ -64,23 +64,23 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: {{DivideInt (AddInt $bigRcsPerNamespace 1) 2}}
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: big-service
objectTemplatePath: service.yaml
- namespaceRange:
min: 1
max: {{$namespaces}}
replicasPerNamespace: {{DivideInt (AddInt $mediumRcsPerNamespace 1) 2}}
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: medium-service
objectTemplatePath: service.yaml
- namespaceRange:
min: 1
max: {{$namespaces}}
replicasPerNamespace: {{DivideInt (AddInt $smallRcsPerNamespace 1) 2}}
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: small-service
objectTemplatePath: service.yaml
Expand Down Expand Up @@ -219,23 +219,23 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 0
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: big-service
objectTemplatePath: service.yaml
- namespaceRange:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 0
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: medium-service
objectTemplatePath: service.yaml
- namespaceRange:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 0
tuningSet: Uniform100qps
tuningSet: Sequence
objectBundle:
- basename: small-service
objectTemplatePath: service.yaml
Expand Down

0 comments on commit ced95cd

Please sign in to comment.