Skip to content

Commit

Permalink
Merge pull request #109546 from sanposhiho/replace-metrics
Browse files Browse the repository at this point in the history
Replace scheduler_e2e_scheduling_duration_seconds with scheduler_scheduling_attempt_duration_seconds in scheduler_perf
  • Loading branch information
k8s-ci-robot committed May 4, 2022
2 parents aca3b6a + 6e0da69 commit 629706e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/scheduler_perf/scheduler_perf_test.go
Expand Up @@ -78,8 +78,8 @@ var (
label: extensionPointsLabelName,
values: []string{"Filter", "Score"},
},
"scheduler_e2e_scheduling_duration_seconds": nil,
"scheduler_pod_scheduling_duration_seconds": nil,
"scheduler_scheduling_attempt_duration_seconds": nil,
"scheduler_pod_scheduling_duration_seconds": nil,
},
}
)
Expand Down

0 comments on commit 629706e

Please sign in to comment.