Skip to content

Commit b6e9c08

Browse files
authored
Added benchmarks to readme
1 parent 72dd1e2 commit b6e9c08

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ This was previously published as a "Gist" but I moved it here, for easier forkin
1313
4. Extremely easy to use
1414
5. NET Standard 2.0 library (compatible with both .NET Core and .NET Framework)
1515

16-
### Usage example:
16+
## Benchmarks
17+
18+
| Method | Mean | Error | StdDev | Gen0 | Gen1 | Allocated |
19+
|---------- |------------:|----------:|---------:|--------:|-------:|----------:|
20+
| CsvHelper | 1,311.23 us | 16.935 us | 0.928 us | 15.6250 | 7.8125 | 107.42 KB |
21+
| CsvExport (this library) | 32.24 us | 1.365 us | 0.075 us | 4.7607 | 0.2441 | 29.37 KB |
22+
23+
## Usage example:
1724

1825
Install via Nuget `Install-Package CsvExport` then:
1926

0 commit comments

Comments
 (0)