[bench] sparse bitpacked filter and take - #9900
robert3005 wants to merge 1 commit into
Conversation
Signed-off-by: Will Manning <will@willmanning.io> Signed-off-by: "Robert Kruszewski" <github@robertk.io>
Merging this PR will degrade performance by 3.28%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | decompress[u64, (4000, 1024)] |
71.1 µs | 86.4 µs | -17.76% |
| ⚡ | WallTime | scalar_subtract_neon |
13.4 µs | 11.8 µs | +13.74% |
| 🆕 | WallTime | filter_neon[32] |
N/A | 1.8 µs | N/A |
| 🆕 | WallTime | filter_neon[48] |
N/A | 2.1 µs | N/A |
| 🆕 | WallTime | filter_neon[8] |
N/A | 1.3 µs | N/A |
| 🆕 | WallTime | filter_neon[64] |
N/A | 3.2 µs | N/A |
| 🆕 | WallTime | filter_neon[8] |
N/A | 1.3 µs | N/A |
| 🆕 | WallTime | filter_neon[80] |
N/A | 3.4 µs | N/A |
| 🆕 | WallTime | filter_neon[160] |
N/A | 5.7 µs | N/A |
| 🆕 | WallTime | filter_neon[192] |
N/A | 6.1 µs | N/A |
| 🆕 | WallTime | filter_neon[8] |
N/A | 1.3 µs | N/A |
| 🆕 | WallTime | filter_neon[16] |
N/A | 1.3 µs | N/A |
| 🆕 | WallTime | filter_neon[24] |
N/A | 1.5 µs | N/A |
| 🆕 | WallTime | filter_neon[8] |
N/A | 1.2 µs | N/A |
| 🆕 | WallTime | threshold_neon[32] |
N/A | 2.9 µs | N/A |
| 🆕 | WallTime | threshold_neon[48] |
N/A | 3.2 µs | N/A |
| 🆕 | WallTime | threshold_neon[8] |
N/A | 2.2 µs | N/A |
| 🆕 | WallTime | threshold_neon[64] |
N/A | 4.7 µs | N/A |
| 🆕 | WallTime | threshold_neon[8] |
N/A | 3.2 µs | N/A |
| 🆕 | WallTime | threshold_neon[80] |
N/A | 5.1 µs | N/A |
| ... | ... | ... | ... | ... | ... |
ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rk/fastlanes-sparse-benchmarks (f17daff) with develop (d5e2856)
Footnotes
-
218 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Adds sparse bitpacked filter and take benchmarks for
u8,u16,u32, andu64, providing a baseline for the extraction optimization in #9723.