Skip to content

Commit

Permalink
Merge pull request #16532 from hakuna-matatah/master
Browse files Browse the repository at this point in the history
Increase QPS - reduce total test duration
  • Loading branch information
k8s-ci-robot committed May 7, 2024
2 parents ca0f759 + a7b550e commit 88f38df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ create_args+=("--set spec.kubeScheduler.enableProfiling=true")
create_args+=("--set spec.kubeScheduler.enableContentionProfiling=true")
create_args+=("--set spec.kubeControllerManager.endpointUpdatesBatchPeriod=500ms")
create_args+=("--set spec.kubeControllerManager.endpointSliceUpdatesBatchPeriod=500ms")
create_args+=("--set spec.kubeControllerManager.kubeAPIQPS=100")
create_args+=("--set spec.kubeControllerManager.kubeAPIBurst=100")
create_args+=("--set spec.kubeControllerManager.kubeAPIQPS=500")
create_args+=("--set spec.kubeControllerManager.kubeAPIBurst=500")
create_args+=("--set spec.kubeControllerManager.enableProfiling=true")
create_args+=("--set spec.kubeControllerManager.enableContentionProfiling=true")
# inflight requests are bit higher than what currently upstream uses for GCE scale tests
Expand Down

0 comments on commit 88f38df

Please sign in to comment.