Skip to content

Commit

Permalink
Have performance test displaying more information
Browse files Browse the repository at this point in the history
Displays number of samples as well as services instances used during the test.

[finishes #163462432]
  • Loading branch information
Florent Flament committed Apr 29, 2019
1 parent 3bfa25f commit 27bced5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 27bced5

Please sign in to comment.