Skip to content

Commit

Permalink
a little more randomness in performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Sep 17, 2018
1 parent 0f30757 commit 289117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance/performance_test.go
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("performance", func() {

for i := 0; i < concurrencyLevel; i++ {
wg.Add(1)
h := fmt.Sprintf("%s-%d", containerPrefix, i)
h := fmt.Sprintf("%s-%d-%d", containerPrefix, GinkgoParallelNode(), i)
handles = append(handles, h)

go func(index int, handle string) {
Expand Down

0 comments on commit 289117c

Please sign in to comment.