Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Sep 12, 2023
1 parent 3aefe1e commit 1c74742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ func main() {
log.Info("Errors count: %d", state.errors)
}

// runState represents
// runState represents the overall bench run state and is shared among each
// worker goroutine.
type runState struct {
// rate limits the queries per second.
rate ratelimit.Limiter
Expand Down

0 comments on commit 1c74742

Please sign in to comment.