![]() |
8 年之前 | |
---|---|---|
.. | ||
README.md | 8 年之前 | |
scheduler_bench_test.go | 8 年之前 | |
scheduler_test.go | 8 年之前 | |
test-performance.sh | 8 年之前 | |
util.go | 8 年之前 |
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found here.
Documentation for other releases can be found at releases.k8s.io.
We already have a performance testing system -- Kubemark. However, Kubemark requires setting up and bootstrapping a whole cluster, which takes a lot of time.
We want to have a standard way to reproduce scheduling latency metrics result and benchmark scheduler as simple and fast as possible. We have the following goals:
Currently the test suite has the following:
go test -bench
and report nanosecond/op.cd kubernetes/test/component/scheduler/perf
./test-performance.sh