Add inspect node option to benchmark script

So we can easily profile the backend
pull/6346/head
Chocobozzz 2024-04-05 10:18:45 +02:00
parent b0ebb77197
commit b89f37a751
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ async function prepare () {
max: 5_000_000
}
}
})
}, { nodeArgs: [ '--inspect' ] })
server = servers[0]
await setAccessTokensToServers(servers)