Latency benchmarks for rememered entities + JFR events (#29103)

This commit is contained in:
Christopher Batey 2020-05-28 08:35:27 +01:00 committed by GitHub
parent 870eef540a
commit 0d1237fd44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 614 additions and 358 deletions

View file

@ -164,6 +164,7 @@ lazy val clusterSharding = akkaModule("akka-cluster-sharding")
.settings(Protobuf.settings)
.configs(MultiJvm)
.enablePlugins(MultiNode, ScaladocNoVerificationOfDiagrams)
.enablePlugins(Jdk9)
lazy val clusterTools = akkaModule("akka-cluster-tools")
.dependsOn(
@ -463,7 +464,7 @@ lazy val clusterShardingTyped = akkaModule("akka-cluster-sharding-typed")
.dependsOn(
actorTyped % "compile->CompileJdk9",
clusterTyped % "compile->compile;test->test;multi-jvm->multi-jvm",
clusterSharding,
clusterSharding % "compile->compile;compile->CompileJdk9;multi-jvm->multi-jvm",
actorTestkitTyped % "test->test",
actorTypedTests % "test->test",
persistenceTyped % "test->test",