Skip to content

Commit a72683b

Browse files
committed
Add comment to load.go
1 parent 93d9bec commit a72683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/load.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
const _numConcurrent = 5
3232
const _numRequestsPerThread = -1
3333
const _requestDelay = 0 * time.Second
34-
const _numMainLoops = 10
34+
const _numMainLoops = 10 // only relevant if _numRequestsPerThread != -1
3535

3636
var _client = &http.Client{
3737
Timeout: 600 * time.Second,

0 commit comments

Comments
 (0)