chore: Fix incorrectly prefixed config names (#992)
This commit is contained in:
parent
637d72af7a
commit
9bf2566c13
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class ZipWithIndexBenchmark {
|
|||
import ZipWithIndexBenchmark._
|
||||
|
||||
private val config = ConfigFactory.parseString("""
|
||||
akka.actor.default-dispatcher {
|
||||
pekko.actor.default-dispatcher {
|
||||
executor = "fork-join-executor"
|
||||
fork-join-executor {
|
||||
parallelism-factor = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue