Docs: Fixed benchmarks
(cherry picked from commit 9099a6ae18f7f3a6edf0bead6f095e74c12030db)
This commit is contained in:
parent
3a0858acd2
commit
ed97e07bca
3 changed files with 21 additions and 17 deletions
|
|
@ -4,28 +4,32 @@ Benchmarks
|
|||
Scalability, Throughput and Latency benchmark
|
||||
---------------------------------------------
|
||||
|
||||
`<image:akka-sample-trading-throughput.png>`_
|
||||
.. 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>`_
|
||||
|
||||
- `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
|
||||
|
||||
- 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>`_
|
||||
|
||||
- Scala Library Actors
|
||||
- Raw Java concurrency
|
||||
- Jetlang (Java actors lib) `<http://github.com/jboner/akka-bench>`_
|
||||
|
|
|
|||
BIN
akka-docs/images/benchmark-akka-sample-trading-throughput.png
Normal file
BIN
akka-docs/images/benchmark-akka-sample-trading-throughput.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue