Skip to content

Commit

Permalink
Update get-benchmarks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
M.Yusuf Musa committed Oct 13, 2022
1 parent 93d1401 commit ae99d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchmarks/get-benchmarks.ts
Expand Up @@ -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',
});
Expand Down

0 comments on commit ae99d4e

Please sign in to comment.