Skip to content

Commit 427acea

Browse files
committed
2 regions for web demo
1 parent 7b79915 commit 427acea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapi/webapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func serveResults(w http.ResponseWriter, r *http.Request) {
8484
Concurrency: 5,
8585
TotalRequests: 1000,
8686
RequestTimeout: time.Duration(5 * time.Second),
87-
Regions: []string{"us-east-1"},
87+
Regions: []string{"us-east-1", "eu-west-1"},
8888
Method: "GET",
8989
}
9090

0 commit comments

Comments
 (0)