Skip to content

Commit

Permalink
Remove unnecessary field assignment in Ramping VU
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Nov 18, 2021
1 parent 1eebf17 commit c0f7e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/executor/ramping_vus.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ func (vlv *RampingVUs) Run(ctx context.Context, _ chan<- stats.SampleContainer,

runState := &rampingVUsRunState{
executor: vlv,
wg: sync.WaitGroup{},
vuHandles: make([]*vuHandle, maxVUs),
maxVUs: maxVUs,
activeVUsCount: new(int64),
Expand Down

0 comments on commit c0f7e06

Please sign in to comment.