Skip to content

Commit

Permalink
Merge pull request #30144 from serathius/max-qps
Browse files Browse the repository at this point in the history
Lower the consistent-list-from-cache tests qps to 1 to match max qps when off
  • Loading branch information
k8s-ci-robot authored Jul 21, 2023
2 parents efe9cfa + a3071fd commit b99014a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ periodics:
- --env=CL2_BENCHMARK_CONFIG_MAP_BYTES=1000000
- --env=CL2_BENCHMARK_CONFIG_MAP_NUMBER=300
- --env=CL2_BENCHMARK_INFLIGHT=10
- --env=CL2_BENCHMARK_QPS=100
- --env=CL2_BENCHMARK_QPS=1
- --env=CL2_BENCHMARK_URI=/api/v1/namespaces/%namespace%/configmaps?labelSelector=empty=selector
- --extract=ci/latest
- --gcp-node-image=gci
Expand Down Expand Up @@ -361,7 +361,7 @@ periodics:
- --env=CL2_BENCHMARK_CONFIG_MAP_BYTES=1000000
- --env=CL2_BENCHMARK_CONFIG_MAP_NUMBER=300
- --env=CL2_BENCHMARK_INFLIGHT=10
- --env=CL2_BENCHMARK_QPS=100
- --env=CL2_BENCHMARK_QPS=1
- --env=CL2_BENCHMARK_URI=/api/v1/namespaces/%namespace%/configmaps?labelSelector=empty=selector
- --extract=ci/latest
- --gcp-node-image=gci
Expand Down Expand Up @@ -430,7 +430,7 @@ periodics:
- --env=CL2_BENCHMARK_CONFIG_MAP_BYTES=1000
- --env=CL2_BENCHMARK_CONFIG_MAP_NUMBER=300000
- --env=CL2_BENCHMARK_INFLIGHT=10
- --env=CL2_BENCHMARK_QPS=100
- --env=CL2_BENCHMARK_QPS=1
- --env=CL2_BENCHMARK_URI=/api/v1/namespaces/%namespace%/configmaps?labelSelector=empty=selector
- --extract=ci/latest
- --gcp-node-image=gci
Expand Down Expand Up @@ -499,7 +499,7 @@ periodics:
- --env=CL2_BENCHMARK_CONFIG_MAP_BYTES=1000
- --env=CL2_BENCHMARK_CONFIG_MAP_NUMBER=300000
- --env=CL2_BENCHMARK_INFLIGHT=10
- --env=CL2_BENCHMARK_QPS=100
- --env=CL2_BENCHMARK_QPS=1
- --env=CL2_BENCHMARK_URI=/api/v1/namespaces/%namespace%/configmaps?labelSelector=empty=selector
- --extract=ci/latest
- --gcp-node-image=gci
Expand Down

0 comments on commit b99014a

Please sign in to comment.