voltrondata-labs / arrow-benchmarks-ci

Benchmarks CI for Apache Arrow project
MIT License
0 stars 5 forks source link

arrow-bci-benchmark-build-test builds > Investigate why cpp-micro and some TPCH benchmarks fail #74

Open ElenaHenderson opened 2 years ago

ElenaHenderson commented 2 years ago

Reported by @jonkeane in https://github.com/ursacomputing/arrow-benchmarks-ci/pull/73

arrow-bci-benchmark-build-test build has TPCH and cpp-micro benchmarks failed.

arrow-bci-benchmark-build-test builds run inside a docker image. We need to either start running benchmarks outside of docker image or fix the docker image used for running benchmarks.

jonkeane commented 2 years ago

We also could try not running the scale factor 10 TPC-H benchmarks for the test. The same code is exercised by the scale factor 1 version, and that is much quicker + smaller to create inside of a resource constrained environment like this.