botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
78 stars 87 forks source link

Load testing with multiple nodes on channel web using Benchmark tool #1643

Open avani24897 opened 2 years ago

avani24897 commented 2 years ago

We tried to perform load testing - multiple nodes/servers with a benchmark tool on a web channel but we are getting 400 (socket id is not found) as a status code. Hence, we are stuck there. Can you please suggest any other way to perform load testing on channel-web?

We've used the below command to run the benchmarking tool with the web channel ./bp bench --url http://0.0.0.0:3000/ --botId test -u 1000 --web true