Namespace Akka.Persistence.TestKit.Performance
Classes
Cmd
JournalPerfSpec
This spec measures execution times of the basic operations that an PersistentActor provides, using the provided Journal (plugin).
It is NOT meant to be a comprehensive benchmark, but rather aims to help plugin developers to easily determine if their plugin's performance is roughly as expected. It also validates the plugin still works under "more messages" scenarios.
In case your journal plugin needs some kind of teardown, override the AfterAll method (don't forget to call base in your overridden methods).