diff --git a/integration/shared/performance/services_command_performance_test.go b/integration/shared/performance/services_command_performance_test.go index 98d0a627a63..a124f72a14b 100644 --- a/integration/shared/performance/services_command_performance_test.go +++ b/integration/shared/performance/services_command_performance_test.go @@ -34,6 +34,10 @@ var _ = Describe("services command performance", func() { return } + /* Display some useful information */ + fmt.Printf("Number of samples (MAX_EXECUTIONS): %d\n", maxExecutions) + fmt.Printf("Number of service instances (NUMBER_OF_SERVICE_INSTANCES): %d\n", numberOfServices) + domain := helpers.DefaultSharedDomain() broker = helpers.CreateBroker(domain, serviceName, servicePlan)