Skip to content

Commit

Permalink
Add the RecordParserParallel benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Oct 26, 2023
1 parent 5807b9b commit b8b7f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NCsvPerf/CsvReadable/Benchmarks/PackageAssetsSuite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ public void RecordParser()
Execute(new RecordParser(ActivationMethod.ILEmit));
}

[Benchmark]
public void RecordParserParallel()
{
Execute(new RecordParserParallel(ActivationMethod.ILEmit));
}

[Benchmark]
public void Sep()
{
Expand Down

0 comments on commit b8b7f1f

Please sign in to comment.