Skip to content

Commit

Permalink
even larger throughput increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed May 31, 2017
1 parent cd450b8 commit 384e97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 384e97b

Please sign in to comment.