add ramp and change seconds to microseconds

This commit is contained in:
cubixle
2021-08-04 19:36:59 +01:00
parent cb8d79fca3
commit 4cde4072b9
6 changed files with 37 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ func main() {
l1.WithTarget("https://remoteukjobs.com"),
l1.WithRunFunc(l1.DefaultHTTPTester),
l1.WithMaxParrellConns(10),
l1.WithMaxConns(6000),
l1.WithMaxConns(30),
)
if err != nil {
log.Fatal(err)