From 9e62f5b5d5c5b6897b2c7e536a324792235d89be Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Thu, 8 Mar 2018 12:32:13 +0900 Subject: [PATCH] may want to benchmark typed persistence --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8123c837a..aef467c187 100644 --- a/build.sbt +++ b/build.sbt @@ -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"): _* )