Benchmarks

Benchmarks

Scalability, Throughput and Latency benchmark

../_images/benchmark-akka-sample-trading-throughput.png

Simple Trading system.

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:

Contents