Skip to content

Parallelise and merge ci jobs, make sure rust dependencies are shared everywhere - #9752

Open
robert3005 wants to merge 3 commits into
developfrom
rk/parallelci
Open

Parallelise and merge ci jobs, make sure rust dependencies are shared everywhere#9752
robert3005 wants to merge 3 commits into
developfrom
rk/parallelci

Conversation

@robert3005

Copy link
Copy Markdown
Contributor

Leverage github's parallel steps to speed up our CI, merge steps where majority
of time was compilation

@codspeed-hq

codspeed-hq Bot commented Sep 3, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 5.04%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 3 improved benchmarks
❌ 3 regressed benchmarks
✅ 2193 untouched benchmarks
⏩ 206 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

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)

Open in CodSpeed

Footnotes

  1. 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.

@robert3005 robert3005 added the changelog/chore A trivial change label Sep 3, 2026
@joseph-isaacs

Copy link
Copy Markdown
Contributor

Why are there new benchmarks?

@robert3005

Copy link
Copy Markdown
Contributor Author

Probably because they're in between merge base of this pr and develop. If we rebase they should go away

Comment thread .github/actions/setup-prebuild/action.yml Outdated
@robert3005
robert3005 force-pushed the rk/parallelci branch 2 times, most recently from fdc5abe to a3ff5ac Compare September 8, 2026 12:29
@robert3005
robert3005 requested a review from AdamGS September 8, 2026 12:38
… everywhere

Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Signed-off-by: Robert Kruszewski <github@robertk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants