pekko/akka-docs/additional/benchmarks.rst
2011-12-12 12:49:43 +01:00

31 lines
677 B
ReStructuredText

Benchmarks
==========
Scalability, Throughput and Latency benchmark
---------------------------------------------
Simple Trading system.
- `Here is the result with some graphs <https://github.com/patriknw/akka-sample-trading/wiki/Results>`_
- `Here is the code <http://github.com/patriknw/akka-sample-trading>`_
Compares:
- Scala library Actors
- Fire-forget
- Request-reply
- Akka
- Request-reply
- Fire-forget with default dispatcher
- Fire-forget with Hawt dispatcher
Performance benchmark
---------------------
Benchmarking Akka against:
- Scala Library Actors
- Raw Java concurrency
- Jetlang (Java actors lib) `<http://github.com/jboner/akka-bench>`_