Small update to scheduler benchmark

This commit is contained in:
gmarek
2016-10-06 16:36:58 +02:00
parent 189bb74213
commit bb71f9473f
3 changed files with 44 additions and 8 deletions

View File

@@ -44,8 +44,6 @@ import (
// Notes on rate limiter:
// - client rate limit is set to 5000.
func mustSetupScheduler() (schedulerConfigFactory *factory.ConfigFactory, destroyFunc func()) {
// framework.DeleteAllEtcdKeys()
var m *master.Master
masterConfig := framework.NewIntegrationTestMasterConfig()
m, err := masterConfig.Complete().New()