You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bench(compute): pin the ADR 0019 baseline workloads
Two benchmarks pin the facade's levers the way the current API forces
them to run: fusedFilteredAggregateTwoAggregates (one dict leaf, two
aggregate columns = two kernel calls re-scanning the filter, 137.3
ms/op) and fusedFilteredAggregateMulti (the ADR example: two-leaf AND
declining the dict lane onto the per-row RowPredicate path, times two
calls — 2269.1 ms/op, ~60x the single-leaf dict lane). Numbers recorded
in ADR 0019 as the baseline the implementation must beat.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments