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 7b79915 commit 427aceaCopy full SHA for 427acea
webapi/webapi.go
@@ -84,7 +84,7 @@ func serveResults(w http.ResponseWriter, r *http.Request) {
84
Concurrency: 5,
85
TotalRequests: 1000,
86
RequestTimeout: time.Duration(5 * time.Second),
87
- Regions: []string{"us-east-1"},
+ Regions: []string{"us-east-1", "eu-west-1"},
88
Method: "GET",
89
}
90
0 commit comments