Update bucket for scheduler framework latency histograms.

This commit is contained in:
Cong Liu
2019-11-13 16:35:59 -05:00
parent e7ce8d8a6f
commit 8995c1e030
3 changed files with 22 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ var (
// BenchmarkScheduling benchmarks the scheduling rate when the cluster has
// various quantities of nodes and scheduled pods.
func BenchmarkSchedulingV(b *testing.B) {
func BenchmarkScheduling(b *testing.B) {
tests := []struct{ nodes, existingPods, minPods int }{
{nodes: 100, existingPods: 0, minPods: 100},
{nodes: 100, existingPods: 1000, minPods: 100},