Prepare benchmark-specific data formats - #9685
Conversation
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Merging this PR will regress 1 benchmark
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | cold_misaligned[(16, 64)] |
345.6 µs | 392.8 µs | -12.02% |
| ⚡ | WallTime | arrow_checked_add_u32_avx2[16384] |
21.3 µs | 17.7 µs | +20.26% |
| ⚡ | WallTime | words_gather_scalar_avx2[65536] |
9.4 µs | 8.3 µs | +13.33% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing bp/fix-data-gen-format-preparation (f15b631) with develop (68e2aee)
Footnotes
-
106 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. ↩
-
4 benchmarks were run, but are now archived. If they were deleted in another branch, consider rebasing to remove them from the report. Instead if they were added back, click here to restore them. ↩
data-gennow calls each benchmark'sprepare_formathook after standard conversions. This creates benchmark-specific formats throughvx-bench prepare-data.Validation:
cargo +nightly fmt --all --checkcargo clippy -p vortex-bench --all-targets --all-features -- -D warningsAgent: Codex.