pjfanning commented on code in PR #327:
URL:
https://github.com/apache/pekko-persistence-dynamodb/pull/327#discussion_r3488599370
##########
src/test/scala-2/org/apache/pekko/persistence/dynamodb/journal/WriteThroughputBench.scala:
##########
@@ -128,8 +128,7 @@ writer-dispatcher {
.withFallback(ConfigFactory.load())
implicit val system: ActorSystem = ActorSystem("WriteThroughputBench",
config)
- implicit val materializer: Materializer =
- ActorMaterializer(ActorMaterializerSettings(system).withInputBuffer(1, 1))
Review Comment:
Do we know if these benchmarks actually need this buffer setting? Are these
run in the CI build?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]