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 1 commit into
Conversation
… everywhere Signed-off-by: Robert Kruszewski <github@robertk.io>
Merging this PR will regress 2 benchmarks
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | random_i8[0.8] |
68.9 µs | 98.2 µs | -29.87% |
| ❌ | WallTime | words_gather_scalar_avx2[65536] |
8.3 µs | 9.4 µs | -11.94% |
| ⚡ | Simulation | random_i16[0.95] |
94.4 µs | 76.5 µs | +23.46% |
| ⚡ | WallTime | arrow_checked_add_u32_avx512[16384] |
21.4 µs | 17.6 µs | +21.45% |
| ⚡ | WallTime | arrow_checked_add_u32_avx2[16384] |
21.3 µs | 17.7 µs | +20.62% |
| ⚡ | 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 (0c59ba4) with develop (792cef7)
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. ↩
Leverage github's parallel steps to speed up our CI, merge steps where majority
of time was compilation