remove knob of equiv class in perf test

This commit is contained in:
Harry Zhang
2018-05-18 17:17:03 -07:00
parent b3837d004a
commit 923fb8ed39
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ func mustSetupScheduler() (scheduler.Configurator, util.ShutdownFunc) {
QPS: 5000.0,
Burst: 5000,
})
schedulerConfig, schedulerShutdown := util.StartScheduler(clientSet, true)
schedulerConfig, schedulerShutdown := util.StartScheduler(clientSet)
shutdownFunc := func() {
schedulerShutdown()