You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: