From ae99d4e00c9c08c90442005b0bb0af348cef3982 Mon Sep 17 00:00:00 2001 From: "M.Yusuf Musa" Date: Thu, 13 Oct 2022 13:06:43 +0100 Subject: [PATCH] Update get-benchmarks.ts --- tools/benchmarks/get-benchmarks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/benchmarks/get-benchmarks.ts b/tools/benchmarks/get-benchmarks.ts index 9ea3c2dd545..a4fc516688f 100644 --- a/tools/benchmarks/get-benchmarks.ts +++ b/tools/benchmarks/get-benchmarks.ts @@ -38,7 +38,7 @@ async function runBenchmarkOfLib(lib: string): Promise { const result = await wrk({ threads: 8, - duraton: '10s', + duration: '10s', connections: 1024, url: 'http://localhost:3000', });