voltrondata-labs / benchmarks

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

Fix dataset-serialize benchmark by setting pre_buffer=False #152

Closed austin3dickey closed 11 months ago

austin3dickey commented 11 months ago

Fixes https://github.com/voltrondata-labs/arrow-benchmarks-ci/issues/166.

This PR sets pre_buffer=False when reading files in the dataset-serialize benchmark in order to avoid https://github.com/apache/arrow/issues/38438.

Once that's fixed, we can probably come back and remove this.

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6631563598


Changes Missing Coverage Covered Lines Changed/Added Lines %
benchmarks/dataset_serialize_benchmark.py 4 5 80.0%
<!-- Total: 4 5 80.0% -->
Totals Coverage Status
Change from base Build 6262213233: 0.02%
Covered Lines: 1555
Relevant Lines: 1784

💛 - Coveralls