diff --git a/akka-docs/additional/benchmarks.rst b/akka-docs/additional/benchmarks.rst index 6352040d32..359914379f 100644 --- a/akka-docs/additional/benchmarks.rst +++ b/akka-docs/additional/benchmarks.rst @@ -4,28 +4,32 @@ Benchmarks Scalability, Throughput and Latency benchmark --------------------------------------------- -``_ + .. image:: ../images/benchmark-akka-sample-trading-throughput.png Simple Trading system. -* `Here is the result with some graphs `_ -* `Here is the article `_ -* `Here is the code `_ + +- `Here is the result with some graphs `_ +- `Here is the article `_ +- `Here is the code `_ Compares: -* Synchronous Scala solution -* Scala library Actors -** Fire-forget -** Request-reply -* Akka -** Request-reply -** Fire-forget with default dispatcher -** Fire-forget with Hawt dispatcher + +- 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) -``_ + +- Scala Library Actors +- Raw Java concurrency +- Jetlang (Java actors lib) ``_ diff --git a/akka-docs/images/benchmark-akka-sample-trading-throughput.png b/akka-docs/images/benchmark-akka-sample-trading-throughput.png new file mode 100644 index 0000000000..52cc7819da Binary files /dev/null and b/akka-docs/images/benchmark-akka-sample-trading-throughput.png differ diff --git a/akka-docs/intro/index.rst b/akka-docs/intro/index.rst index c95579750e..d83f93036f 100644 --- a/akka-docs/intro/index.rst +++ b/akka-docs/intro/index.rst @@ -6,9 +6,9 @@ Introduction what-is-akka why-akka - use-cases getting-started-first-scala getting-started-first-scala-eclipse getting-started-first-java deployment-scenarios + use-cases