Add inspect node option to benchmark script
So we can easily profile the backend
This commit is contained in:
parent
b0ebb77197
commit
b89f37a751
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ async function prepare () {
|
|||
max: 5_000_000
|
||||
}
|
||||
}
|
||||
})
|
||||
}, { nodeArgs: [ '--inspect' ] })
|
||||
server = servers[0]
|
||||
|
||||
await setAccessTokensToServers(servers)
|
||||
|
|
Loading…
Reference in a new issue