Skip to content

Commit

Permalink
fixup! Emit events in run command and js.VU.RunOnce()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Jun 14, 2023
1 parent 4110273 commit 36449a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func (u *ActiveVU) RunOnce() error {
u.moduleVUImpl.ctx = ctx

eventIterData := event.IterData{
Iteration: uint64(u.iteration),
Iteration: u.iteration,
VUID: u.ID,
ScenarioName: u.scenarioName,
}
Expand Down

0 comments on commit 36449a9

Please sign in to comment.