diff --git a/internal/benchmark/runner.go b/internal/benchmark/runner.go index 93744f7..41dad45 100644 --- a/internal/benchmark/runner.go +++ b/internal/benchmark/runner.go @@ -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 -}