may want to benchmark typed persistence
This commit is contained in:
parent
a537abc77d
commit
9e62f5b5d5
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ lazy val benchJmh = akkaModule("akka-bench-jmh")
|
||||||
Seq(
|
Seq(
|
||||||
actor,
|
actor,
|
||||||
stream, streamTests,
|
stream, streamTests,
|
||||||
persistence, distributedData,
|
persistence, persistenceTyped,
|
||||||
|
distributedData,
|
||||||
testkit
|
testkit
|
||||||
).map(_ % "compile->compile;compile->test;provided->provided"): _*
|
).map(_ % "compile->compile;compile->test;provided->provided"): _*
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue