may want to benchmark typed persistence

This commit is contained in:
Konrad Malawski 2018-03-08 12:32:13 +09:00 committed by Konrad `ktoso` Malawski
parent a537abc77d
commit 9e62f5b5d5

View file

@ -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"): _*
)