We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d9bec commit a72683bCopy full SHA for a72683b
dev/load.go
@@ -31,7 +31,7 @@ import (
31
const _numConcurrent = 5
32
const _numRequestsPerThread = -1
33
const _requestDelay = 0 * time.Second
34
-const _numMainLoops = 10
+const _numMainLoops = 10 // only relevant if _numRequestsPerThread != -1
35
36
var _client = &http.Client{
37
Timeout: 600 * time.Second,
0 commit comments