Skip to content

Commit

Permalink
Update benchmark.md
Browse files Browse the repository at this point in the history
Moved benchmark tables in the corresponding sections
  • Loading branch information
micheletriaca authored and doug-martin committed Jul 16, 2020
1 parent 74fd72f commit 2ebb5c1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions documentation/docs/parsing/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This is benchmark is important because quoted columns require additional logic t

|Type|Row Count|No. Runs|Avg|
|-|-|-|-|
|nonquoted|1000|5|15ms|
|nonquoted|10000|5|62ms|
|nonquoted|20000|5|102.2ms|
|nonquoted|50000|5|259ms|
|nonquoted|100000|5|513ms|
|quoted|1000|5|10.8ms|
|quoted|10000|5|70.8ms|
|quoted|20000|5|144.2ms|
|quoted|50000|5|356.6ms|
|quoted|100000|5|712.2ms|

## Non-quoted

Expand All @@ -27,8 +27,8 @@ Non-quoted fields require less logic to be parsed, and should be faster.

|Type|Row Count|No. Runs|Avg|
|-|-|-|-|
|quoted|1000|5|10.8ms|
|quoted|10000|5|70.8ms|
|quoted|20000|5|144.2ms|
|quoted|50000|5|356.6ms|
|quoted|100000|5|712.2ms|
|nonquoted|1000|5|15ms|
|nonquoted|10000|5|62ms|
|nonquoted|20000|5|102.2ms|
|nonquoted|50000|5|259ms|
|nonquoted|100000|5|513ms|

0 comments on commit 2ebb5c1

Please sign in to comment.