Skip to content

Commit

Permalink
Remove unnecessary 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 9836174 commit a9b039f
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 @@ -700,7 +700,6 @@ func (rs rampingVUsRunState) scheduledVUsHandlerStrategy() func(lib.ExecutionSte
for ; pv < cur; cur-- {
rs.vuHandles[cur-1].gracefulStop()
}
cur = pv
}
}

Expand Down

0 comments on commit a9b039f

Please sign in to comment.