Skip to content

Commit

Permalink
increase to 1M msgs to reduce error
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <[email protected]>
  • Loading branch information
Caleb Lloyd committed Jan 31, 2024
1 parent 0e90456 commit a13caa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/MicroBenchmark/PublishParallelBench.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace MicroBenchmark;
[PlainExporter]
public class PublishParallelBench
{
public const int TotalMsgs = 100_000;
public const int TotalMsgs = 1_000_000;

private static readonly PublishParallelObj Data = new PublishParallelObj
{
Expand Down

0 comments on commit a13caa9

Please sign in to comment.