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(
|
||||
actor,
|
||||
stream, streamTests,
|
||||
persistence, distributedData,
|
||||
persistence, persistenceTyped,
|
||||
distributedData,
|
||||
testkit
|
||||
).map(_ % "compile->compile;compile->test;provided->provided"): _*
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue