Skip to content

Commit

Permalink
added line of code to update failure count details inside runscenario (
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb authored Jul 23, 2024
1 parent e35d73f commit bbba8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/load/allocation/runscenario/runscenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func main() {
tmpVar := failureDtls[clientID][err]
atomic.AddUint64(&tmpVar, 1)
atomic.AddUint64(&failureCnts[clientID], 1)
failureDtls[clientID][err] = tmpVar
}
}()
atomic.AddUint64(&allocCnts[clientID], 1)
Expand Down

0 comments on commit bbba8d9

Please sign in to comment.