voltrondata-labs / benchmarks

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

Use pre-built arrow for cpp benchmarks by default #159

Closed austin3dickey closed 7 months ago

austin3dickey commented 7 months ago

Pairs well with https://github.com/voltrondata-labs/arrow-benchmarks-ci/pull/181 and https://github.com/apache/arrow/pull/40925.

This PR allows us to use the pre-built arrow for C++ benchmarks by passing its path through the env var. This also allows us to run more benchmark suites since the pre-built arrow has more stuff in it.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8621340515

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
benchmarks/cpp_micro_benchmarks.py 7 9 77.78%
<!-- Total: 7 9 77.78% -->
Totals Coverage Status
Change from base Build 8349177590: -0.07%
Covered Lines: 1548
Relevant Lines: 1778

💛 - Coveralls