k3s/test
Kubernetes Submit Queue 75aaacc53e
Merge pull request #57215 from misterikkit/topologyBenchmark
Automatic merge from submit-queue (batch tested with PRs 57215, 57489). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add scheduler benchmark tests for PodAntiAffinity rules

**What this PR does / why we need it**:
This adds a benchmark test that measures the scheduling latency of pods with PodAntiAffinity rules where topologyKey=kubernetes.io/hostname.

Additionally, this PR imposes a minimum `b.N` value to make the test results more meaningful.

The benchmark is needed to validate any performance improvements made for #54189.


Command used to invoke:
```sh
make test-integration WHAT=./test/integration/scheduler_perf KUBE_TEST_ARGS="-run=xxxx -bench=."
```

Sample output:
```
pkg: k8s.io/kubernetes/test/integration/scheduler_perf
BenchmarkScheduling/100Nodes/0Pods-40        100          36316838 ns/op
BenchmarkScheduling/100Nodes/1000Pods-40                     100          69460001 ns/op
BenchmarkScheduling/1000Nodes/0Pods-40                       100         193755560 ns/op
BenchmarkScheduling/1000Nodes/1000Pods-40                    100         343451472 ns/op
BenchmarkSchedulingAntiAffinity/500Nodes/250Pods-40                  250         127236420 ns/op
BenchmarkSchedulingAntiAffinity/500Nodes/5000Pods-40                 250         478661925 ns/op
PASS
ok      k8s.io/kubernetes/test/integration/scheduler_perf       354.008s
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:


**Release note**:

```release-note
NONE
```
2017-12-20 18:31:32 -08:00
..
conformance Fix conformance testdata OWNERS file. 2017-12-06 14:27:15 -08:00
e2e Merge pull request #57481 from wongma7/nfs-provisioner-v1.0.9 2017-12-20 17:42:46 -08:00
e2e_node Merge pull request #57221 from mtaufen/kc-event 2017-12-20 17:42:37 -08:00
fixtures Use k8s.gcr.io vanity domain for container images 2017-12-18 09:18:34 -08:00
images gcloud docker now auths k8s.gcr.io by default 2017-12-18 09:18:34 -08:00
integration Auto generated BUILD file 2017-12-20 14:41:52 -08:00
kubemark Use k8s.gcr.io vanity domain for container images 2017-12-18 09:18:34 -08:00
list update BUILD files 2017-10-15 18:18:13 -07:00
soak Update generated files 2017-11-09 12:14:08 +01:00
utils Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
BUILD Add conformance test regression test. 2017-10-27 15:31:20 -07:00
OWNERS fabiano no longer a thing 2017-12-19 16:37:12 -02:00
test_owners.csv Remove hacks added for mesos 2017-12-03 13:52:30 -05:00
test_owners.json Remove all traces of federation 2017-10-26 13:37:37 -07:00