Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joan López de la Franca Beltran <[email protected]>
  • Loading branch information
mstoykov and joanlopez authored Sep 3, 2024
1 parent a9e0295 commit 5233211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ func createReport(
m["duration"] = execState.GetCurrentTestRunDuration().String()
m["goos"] = runtime.GOOS
m["goarch"] = runtime.GOARCH
m["goarch"] = runtime.GOARCH
m["goarch"] = runtime.GOARCH
m["vus_max"] = uint64(execState.GetInitializedVUsCount())
m["iterations"] = execState.GetFullIterationCount()
}
Expand Down

0 comments on commit 5233211

Please sign in to comment.