Extend benchmarks to include both wide and long CSVs
good first issue
The current benchmark only tests against a 44 line CSV. Typically we want to track how well a CSV lib does when there are many columns (200+ columns) and/or many rows (100k+).
We should create a script that generates there different CSV payloads and profile against these files.
0 条评论