Skip to content

Commit b8b7f1f

Browse files
committed
Add the RecordParserParallel benchmark
1 parent 5807b9b commit b8b7f1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NCsvPerf/CsvReadable/Benchmarks/PackageAssetsSuite.cs

+6
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ public void RecordParser()
229229
Execute(new RecordParser(ActivationMethod.ILEmit));
230230
}
231231

232+
[Benchmark]
233+
public void RecordParserParallel()
234+
{
235+
Execute(new RecordParserParallel(ActivationMethod.ILEmit));
236+
}
237+
232238
[Benchmark]
233239
public void Sep()
234240
{

0 commit comments

Comments
 (0)