Option value class, to avoid allocations for optional sender

This commit is contained in:
Patrik Nordwall 2016-06-05 15:40:06 +02:00
parent c808522f6d
commit a814034342
25 changed files with 191 additions and 100 deletions

View file

@ -34,7 +34,8 @@ class SendQueueBenchmark {
val config = ConfigFactory.parseString(
"""
""")
"""
)
implicit val system = ActorSystem("SendQueueBenchmark", config)