Skip to content

Commit

Permalink
issue:2287: decrease the number of workes to see impact on latency
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lyn0mial committed Jul 20, 2023
1 parent f6620cb commit 5acb50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clusterloader2/testing/watch-list/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ steps:
min: 1
max: 1
basename: watch-list
replicasPerNamespace: 2
# TODO(p0lyn0mial): bring back 2 replicas
replicasPerNamespace: 1
tuningSet: Uniform10qps
objectBundle:
- basename: watch-list-secret
Expand Down
3 changes: 2 additions & 1 deletion clusterloader2/testing/watch-list/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ spec:
memory: "16Gi"
cpu: "6"
command: [ "watch-list" ]
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=16", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
# TODO(p0lyn0mial): bring back 16 informers
args: [ "--alsologtostderr=true", "--v=4", "--timeout={{.Duration}}", "--count=2", "--namespace=watch-list-1", "--enableWatchListFeature={{.EnableWatchListFeature}}"]
restartPolicy: Never

0 comments on commit 5acb50b

Please sign in to comment.