Add inspect node option to benchmark script

So we can easily profile the backend
This commit is contained in:
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

View file

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