Compare commits

...

1 Commits

Author SHA1 Message Date
lukaszraczylo 9538623bcb Remove unused struct 2025-12-02 18:13:05 +00:00
-7
View File
@@ -221,10 +221,3 @@ func (r *Runner) makeRequest(ctx context.Context, cfg Config) (statusCode int, b
return resp.StatusCode, int64(len(respBody)), bytesWritten, nil
}
// Progress represents the current progress of a benchmark run
type Progress struct {
Completed int
Total int
Elapsed time.Duration
}