mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Fix gang scheduling scheduler-perf tests not executing in CI
This commit is contained in:
parent
42d3bed46e
commit
401665d2e0
1 changed files with 2 additions and 2 deletions
|
|
@ -34,10 +34,10 @@ func TestMain(m *testing.M) {
|
|||
m.Run()
|
||||
}
|
||||
|
||||
func TestSchedulerPerfGangScheduling(t *testing.T) {
|
||||
func TestSchedulerPerf(t *testing.T) {
|
||||
perf.RunIntegrationPerfScheduling(t, "performance-config.yaml")
|
||||
}
|
||||
|
||||
func BenchmarkPerfGangScheduling(b *testing.B) {
|
||||
func BenchmarkPerfScheduling(b *testing.B) {
|
||||
perf.RunBenchmarkPerfScheduling(b, "performance-config.yaml", "gangscheduling", nil)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue