File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Akka.Persistence.Benchmarks/Benchmarks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Akka.Persistence.Benchmarks.Benchmarks;
99public abstract class GroupPersistBenchmark : BenchmarkBase
1010{
1111 private const int GroupSize = 10 ;
12- private const int TestMessageCount = 5_000 ;
12+ private const int TestMessageCount = 1_000 ;
1313 private const int TotalMessageCount = TestMessageCount * GroupSize ;
1414
1515 private IActorRef [ ] ? _persistenceActors ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Akka.Persistence.Benchmarks.Benchmarks;
77
88public abstract class PersistBenchmark : BenchmarkBase
99{
10- private const int TestMessageCount = 2_500 ;
10+ private const int TestMessageCount = 1_000 ;
1111
1212 private IActorRef ? _persistenceActor ;
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Akka.Persistence.Benchmarks.Benchmarks;
77
88public abstract class RecoveryBenchmark : BenchmarkBase
99{
10- private const int TestMessageCount = 10_000 ;
10+ private const int TestMessageCount = 2_000 ;
1111
1212 private IActorRef ? _persistentActor ;
1313 private IActorRef ? _watchActor ;
You can’t perform that action at this time.
0 commit comments