voltrondata-labs / benchmarks

Language-independent Continuous Benchmarking (CB) for Apache Arrow
MIT License
10 stars 11 forks source link

Add CSV writer benchmark #62

Closed westonpace closed 2 years ago

westonpace commented 3 years ago

Now that there is a CSV writer we should benchmark it:

compression = munge_compression(compression, "csv")
out_stream = pyarrow.output_stream(path, compression=compression)
pyarrow.csv.write_csv(table, out_stream)