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 21.28%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | dict_canonicalize_gt_u8_avx2[16000000] |
7.2 ms | 11.8 ms | -39.17% |
| ❌ | WallTime | arrow_checked_add_u32_neon[16384] |
13.4 µs | 20.3 µs | -33.91% |
| ⚡ | WallTime | arrow_checked_add_u32_avx2[16384] |
21.4 µs | 17.6 µs | +21.35% |
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 (84610ff) with develop (ed4d347)
Footnotes
-
2144 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
a3ff5ac to
5401fce
Compare
… everywhere Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
5401fce to
84610ff
Compare
Leverage github's parallel steps to speed up our CI, merge steps where majority
of time was compilation