scala - Akka scalability and performance benchmark testcases -


i have been looking testcase can showcase "scalability" of scala/akka.

i referred akka-actor-test/akka.performance.trading test case, seems unit test case rather performance benckmark test case.

i have run simple akka actor based ping-pong test case gives 650k pin-pong per second in same jvm. goes down 2k ping-pong per second if make them remote actors running in different jvm on same machine.

but guess not enough showcase why should use scala instead of java. same test case if run in java may give better results. why should go scala based akka actors? which test case scenario if written in c++/java not scale beyond point , scala more suitable?

is there such test case available in github? have seen jboner/akka-bench seems old (last update seems 3 years ago). there other missing? if yes, please share me. if not, kindly suggest scenario , develop test case , upload github.

benchmark tests message sending throughput , message exchange latency in same jvm different actor libraries written on scala (akka vs. lift vs. proxyactors vs. scala vs. scalaz): https://github.com/plokhotnyuk/actors


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -