Latest Results
Trim constant-operand cases from scalar function benchmarks (#9696)
## Summary
- Tracking Issue: #9128
The scalar function benchmarks carried 37 cases with a constant operand,
34 of them tagged `#[cpu_features]` and so measured on three walltime
legs each. Decoding a constant operand, orienting it, and carrying its
validity are shared across operators, element types, and output modes,
so most of those cases measure the same path again and crowd out the
per-row against per-row shape the kernels are tuned for.
Or in other words, just reduces the # of constant benchmarks we have.
Ideally we would keep this, but because they are so noisy we might as
well just remove them.
## Changes
Keeps 10 constant cases as a regression guard on that path, 8 of them
tagged, and makes per-row against per-row the default shape everywhere
else.
Signed-off-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com> Latest Branches
-13%
renovate/taiki-e-install-action-digest -4%
ct/primitive-comparison-simd +8%
ct/row-fn-canonical-validity © 2026 CodSpeed Technology