From 419dfd0ab8877242b6cfdd3707e4e471475a803f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 25 Jun 2023 20:07:53 +0200 Subject: [PATCH] improve support for native http handling --- benchmarks/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {