pekko/akka-bench-jmh/src/main/scala/akka
Viktor Klang 439be7d99a =act #16152 - Elides the need to allocate an AkkaForkJoinTask for Mailbox-submission to registerForExecution,
by having Mailbox extend ForkJoinTask and using the fact that ForkJoinTask.exec when returning
false does not set completion on the task, so it is free to be resubmitted to the ForkJoinPool
without reinitialization.

Also adds the ability to use fork() when the currentThread is a worker thread of the pool that we want to execute on.

Adds a JMH benchmark for both the ping-pong performance and pipelined throughput.

Conflicts:
	project/AkkaBuild.scala
2014-10-29 15:04:48 +01:00
..
actor =act #16152 - Elides the need to allocate an AkkaForkJoinTask for Mailbox-submission to registerForExecution, 2014-10-29 15:04:48 +01:00
event =act #15488 add @volatile logLevel, and benchmark 2014-07-17 14:59:32 +02:00
persistence =per #15575 lessen timing issue in AtLeastOnce spec 2014-07-23 15:48:46 +02:00