format source with scalafmt

This commit is contained in:
Auto Format 2019-03-11 10:38:24 +01:00 committed by Patrik Nordwall
parent 0f40491d42
commit ce404e4f53
1669 changed files with 43208 additions and 35404 deletions

View file

@ -27,16 +27,14 @@ object MapAsyncBenchmark {
class MapAsyncBenchmark {
import MapAsyncBenchmark._
val config = ConfigFactory.parseString(
"""
val config = ConfigFactory.parseString("""
akka.actor.default-dispatcher {
executor = "fork-join-executor"
fork-join-executor {
parallelism-factor = 1
}
}
"""
)
""")
implicit val system = ActorSystem("MapAsyncBenchmark", config)
import system.dispatcher