Parallelise and merge ci jobs, make sure rust dependencies are shared everywhere - #9752
Parallelise and merge ci jobs, make sure rust dependencies are shared everywhere#9752robert3005 wants to merge 3 commits into
Conversation
Merging this PR will degrade performance by 5.04%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | arrow_checked_add_u32_neon[16384] |
13.3 µs | 20.3 µs | -34.37% |
| ❌ | Simulation | random_i8[0.5] |
68 µs | 91.6 µs | -25.77% |
| ❌ | WallTime | words_gather_scalar_avx2[65536] |
8.3 µs | 9.4 µs | -11.64% |
| ⚡ | Simulation | random_i16[0.8] |
93.7 µs | 75.4 µs | +24.38% |
| ⚡ | WallTime | arrow_checked_add_u32_avx2[16384] |
21.3 µs | 17.7 µs | +20.68% |
| ⚡ | Simulation | allocate_drop_arrow[0] |
456.9 ns | 402.7 ns | +13.45% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rk/parallelci (5401fce) with develop (3451462)
Footnotes
-
206 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. ↩
|
Why are there new benchmarks? |
|
Probably because they're in between merge base of this pr and develop. If we rebase they should go away |
a53eae5 to
9ca14a5
Compare
fdc5abe to
a3ff5ac
Compare
… everywhere Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
a3ff5ac to
5401fce
Compare
Leverage github's parallel steps to speed up our CI, merge steps where majority
of time was compilation