Skip to content

Commit

Permalink
Merge pull request kubernetes#962 from wojtek-t/increase_node_throughput
Browse files Browse the repository at this point in the history
Bump throughput in scalability node tests
  • Loading branch information
k8s-ci-robot committed Jan 2, 2020
2 parents ba0a944 + ac89cd6 commit 6a738c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/testing/node-throughput/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Constants
{{$POD_COUNT := DefaultParam .POD_COUNT 100}}
{{$POD_THROUGHPUT := DefaultParam .POD_THROUGHPUT 2}}
{{$POD_THROUGHPUT := DefaultParam .POD_THROUGHPUT 5}}
{{$CONTAINER_IMAGE := DefaultParam .CONTAINER_IMAGE "k8s.gcr.io/pause:3.1"}}
{{$POD_STARTUP_LATENCY_THRESHOLD := DefaultParam .POD_STARTUP_LATENCY_THRESHOLD "5s"}}

Expand Down

0 comments on commit 6a738c0

Please sign in to comment.