Commit dec18dab authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #26254 from wojtek-t/faster_load_test

Automatic merge from submit-queue Speed up load test
parents e8f3cc90 774347af
......@@ -168,9 +168,9 @@ var _ = framework.KubeDescribe("Load capacity", func() {
By("============================================================================")
// Cleanup all created replication controllers.
// Currently we assume 5 pods/second average deletion throughput.
// Currently we assume 10 pods/second average deletion throughput.
// We may want to revisit it in the future.
deletingTime := time.Duration(totalPods/5) * time.Second
deletingTime := time.Duration(totalPods/10) * time.Second
deleteAllRC(configs, deletingTime)
if createServices == "true" {
for _, service := range services {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment