mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Update get-benchmarks.ts
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user