Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-43211: [C++] Fix decimal benchmarks to avoid out-of-bounds accesses (
#43212) ### Rationale for this change Some of the decimal benchmarks access their benchmark data in strides, without checking that the accesses fall within bounds. A side effect is that this will break benchmark history because the iterations/s calculation was wrong, even though actual performance is unchanged. ### Are these changes tested? By the continuous benchmarking jobs. ### Are there any user-facing changes? No. * GitHub Issue: #43211 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information