mysql-live-select
mysql-live-select copied to clipboard
Concurrent User Benchmarking
Hello, we are using this package in a Meteor app. The queries to the database work well and are reactive correctly, however we are finding our app bottlenecks after 60-70 or so concurrent users.
In trying to pinpoint the bottleneck and a cause, we would like to run some benchmarking on the mysql connection and the binlog. I see in the readme there is a unit test, but does anyone have a way to benchmark? Or a simple script to test concurrent connections?