Complete parallel parsing implementation
This commit is contained in:
@ -510,7 +510,7 @@ internal class Program : SaneTsv
|
||||
{
|
||||
string testName = "Check parallel parsing";
|
||||
|
||||
int N = 1000;
|
||||
int N = 1000000;
|
||||
var records = new BoolTestRecord[N];
|
||||
var rand = new Random(1);
|
||||
|
||||
|
Reference in New Issue
Block a user