From 384e97be32ac1e3013a22e1da53a225b302dfc76 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 31 May 2017 10:20:55 -0700 Subject: [PATCH] even larger throughput increase --- .../Dispatch/DispatcherThroughputSpecBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs b/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs index 4b19b384ab1..c09a843c233 100644 --- a/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs +++ b/src/core/Akka.Tests.Performance/Dispatch/DispatcherThroughputSpecBase.cs @@ -25,7 +25,7 @@ public abstract class ColdDispatcherThroughputSpecBase protected abstract MessageDispatcherConfigurator Configurator(); private const string DispatcherCounterName = "ScheduledActionCompleted"; - private const long ScheduleCount = 1000000; + private const long ScheduleCount = 40000000; private Counter _dispatcherCounter;