Update get-benchmarks.ts

This commit is contained in:
M.Yusuf Musa
2022-10-13 13:06:43 +01:00
committed by GitHub
parent 93d1401907
commit ae99d4e00c

View File

@@ -38,7 +38,7 @@ async function runBenchmarkOfLib(lib: string): Promise<WrkResults> {
const result = await wrk({
threads: 8,
duraton: '10s',
duration: '10s',
connections: 1024,
url: 'http://localhost:3000',
});