Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37106: [C++] Remove overflowed integer rounding benchmarks (a…
…pache#37109) ### Rationale for this change The valid range of 8 and 16 bit integers is too small, which causes failures on `round` benchmarks. ### What changes are included in this PR? `Round` benchmarks for <32 bit integers are removed. Arithmetic on small int widths is probably uncommon. ### Are these changes tested? The benchmark is now running successfully on my machine. ### Are there any user-facing changes? No. * Closes: apache#37106 Authored-by: Jin Shang <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Loading branch information