mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-29 05:32:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9538623bcb |
@@ -221,10 +221,3 @@ func (r *Runner) makeRequest(ctx context.Context, cfg Config) (statusCode int, b
|
|||||||
|
|
||||||
return resp.StatusCode, int64(len(respBody)), bytesWritten, nil
|
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
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user