https://github.com/resetius/akka_ringtest
https://github.com/resetius/akka_ringtest
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/resetius/akka_ringtest
- Owner: resetius
- Created: 2025-07-27T14:21:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-04T22:34:26.000Z (11 months ago)
- Last Synced: 2025-08-05T00:41:54.062Z (11 months ago)
- Language: Scala
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Akka benchmark for comparison with coroio (https://github.com/resetius/coroio)
Results:
Local ring (100 actors, 1024 batch size):
Akka: 26931469,44 msg/s
Coroio: 6.11893e+07 msg/s
Non-local ring (10 ators, 1024 batch size)::
Akka: 3626,99 msg/s
Coroio: 357996 msg/s