format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue