gorush icon indicating copy to clipboard operation
gorush copied to clipboard

What is the throughput get when we use gorush?

Open anandhkumar opened this issue 7 years ago • 3 comments

I have done the load testing in gorush, I got following throughput.

For BroadCast with FCM: It process 15264 token per mins for single node. For MultiCase with FCM: 3 millions per minutes for singel node.

My excepted throughput: For BroadCast with FCM: 1M per minutes For MultiCase with FCM; 10M per minutes

Is this the throughput gorush have? or How we can turn the gorush to get good throughput? Can anyone share what throughput you got?

anandhkumar avatar May 16 '19 06:05 anandhkumar

Since it has storage I would have thought it's asynchronous..

So the throughout should be blocked at the storage layer.

Redis would be fastest

winwisely99 avatar Apr 24 '20 10:04 winwisely99

I improved the performance issue in the storage. See the PR: https://github.com/appleboy/gorush/pull/500 and please show the Gorush config and how do you test the throughput?

appleboy avatar Apr 25 '20 07:04 appleboy

@anandhkumar how did you get that level of throughput?

ColeTownsend avatar Mar 10 '23 16:03 ColeTownsend