Skip to content

Commit

Permalink
Increasing the count to 100,000.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanov committed Feb 9, 2019
1 parent bea4458 commit 2f18a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/WritingLargeObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class WritingLargeObject : Newtonsoft.Json.IArrayPool<Char>
[GlobalSetup]
public void Setup()
{
Objects = Enumerable.Range( 0, 10000 ).Select( x => LargeObject.Create() ).ToList();
Objects = Enumerable.Range( 0, 100000 ).Select( x => LargeObject.Create() ).ToList();
}


Expand Down

0 comments on commit 2f18a02

Please sign in to comment.