Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix vet errors
  • Loading branch information
efd6 committed Sep 4, 2025
commit 1687f0b5595fe2469bf605b6633745d05860d9f6
2 changes: 0 additions & 2 deletions internal/benchrunner/runners/stream/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,6 @@ func (r *runner) runStreamGenerator(ctx context.Context, scenarioName string) er
return fmt.Errorf("error performing bulk request: %w", err)
}
}

return nil
}

func (r *runner) runBackfillGenerator(ctx context.Context, scenarioName string) error {
Expand Down
2 changes: 1 addition & 1 deletion internal/kibana/enrollmenttokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (c *Client) getEnrollmentTokens(ctx context.Context, kuery string) ([]Enrol
Items []EnrollmentToken `json:"items"`
Total int `json:"total"`
Page int `json:"page"`
PerPage int `json:"perPage`
PerPage int `json:"perPage"`
}
for {
values := make(url.Values)
Expand Down