benchmarks/src/jmh/kotlin/benchmarks/akka/PingPongAkkaBenchmark.kt [40:54]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - akka.actor.single-thread-dispatcher { type = Dispatcher executor = "thread-pool-executor" thread-pool-executor { fixed-pool-size = 1 } throughput = 1 } """.trimIndent() )) } @TearDown fun tearDown() { Await.ready(system.terminate(), Duration.Inf()) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - benchmarks/src/jmh/kotlin/benchmarks/akka/StatefulActorAkkaBenchmark.kt [49:63]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - akka.actor.single-thread-dispatcher { type = Dispatcher executor = "thread-pool-executor" thread-pool-executor { fixed-pool-size = 1 } throughput = 1 } """.trimIndent() )) } @TearDown fun tearDown() { Await.ready(system.terminate(), Duration.Inf()) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -