Skip to content

Commit

Permalink
Merge pull request #10406 from yusuf963/fix/typo
Browse files Browse the repository at this point in the history
Update get-benchmarks.ts
  • Loading branch information
kamilmysliwiec committed Oct 21, 2022
2 parents 52b1179 + ae99d4e commit 5214ec1
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 5214ec1

Please sign in to comment.