diff --git a/cpp/src/arrow/builder_benchmark.cc b/cpp/src/arrow/builder_benchmark.cc index c131f81392794..97745d4692e10 100644 --- a/cpp/src/arrow/builder_benchmark.cc +++ b/cpp/src/arrow/builder_benchmark.cc @@ -36,6 +36,7 @@ namespace arrow { using ValueType = int64_t; using VectorType = std::vector; + constexpr int64_t kNumberOfElements = 256 * 512; static VectorType AlmostU8CompressibleVector() { diff --git a/testing b/testing index 53b498047109d..5bab2f264a23f 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit 53b498047109d9940fcfab388bd9d6aeb8c57425 +Subproject commit 5bab2f264a23f5af68f69ea93d24ef1e8e77fc88