diff --git a/benchmarks/worker.ts b/benchmarks/worker.ts index b0c5858446..f2b60fb7d2 100644 --- a/benchmarks/worker.ts +++ b/benchmarks/worker.ts @@ -170,7 +170,7 @@ while (cont) { path: "httpversion", kind: "http", args: { - url: "http://localhost:8000/api/version", + url: "https://google.com", }, }; } else if (config.scriptPattern == "identity") {