pekko/akka-docs/additional/benchmarks.rst
Patrik Nordwall ed97e07bca Docs: Fixed benchmarks
(cherry picked from commit 9099a6ae18f7f3a6edf0bead6f095e74c12030db)
2011-05-06 10:12:47 +02:00

35 lines
916 B
ReStructuredText

Benchmarks
==========
Scalability, Throughput and Latency benchmark
---------------------------------------------
.. image:: ../images/benchmark-akka-sample-trading-throughput.png
Simple Trading system.
- `Here is the result with some graphs <https://spreadsheets.google.com/ccc?key=0AqkhZTxa6-dOdERaQnNvOEZpMDdnazRWOVNHMWIxZ0E&hl=en&authkey=CLyksoEI#gid=0>`_
- `Here is the article <http://blog.jayway.com/2010/08/10/yet-another-akka-benchmark/>`_
- `Here is the code <http://github.com/patriknw/akka-sample-trading>`_
Compares:
- Synchronous Scala solution
- 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>`_