Skip to content

Commit

Permalink
Merge pull request #305 from wojtek-t/faster_kubemark_scale
Browse files Browse the repository at this point in the history
Increase throughput in kubemark-scale
  • Loading branch information
wojtek-t committed Jul 22, 2016
2 parents b0a9431 + e5a68e3 commit d034ac5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
export USE_KUBEMARK="true"
export KUBEMARK_TESTS="\[Feature:Performance\]"
export KUBEMARK_TEST_ARGS="--gather-resource-usage=true --kube-api-content-type=application/vnd.kubernetes.protobuf"
# Increase throughput in Kubemark master components.
export KUBEMARK_MASTER_COMPONENTS_QPS_LIMITS="--kube-api-qps=100 --kube-api-burst=100"
# Increase throughput in Load test.
export LOAD_TEST_THROUGHPUT=50
export FAIL_ON_GCP_RESOURCE_LEAK="false"
# Override defaults to be independent from GCE defaults and set kubemark parameters
# We need 11 so that we won't hit max-pods limit (set to 100). TODO: do it in a nicer way.
Expand Down

0 comments on commit d034ac5

Please sign in to comment.