Closed raunakab closed 5 days ago
Comparing feat/build-commit-workflow
(ca82ffa) with main
(274f300)
⚡ 1
improvements
❌ 1
regressions
✅ 15
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
feat/build-commit-workflow |
Change | |
---|---|---|---|---|
⚡ | test_iter_rows_first_row[100 Small Files] |
378.4 ms | 258.6 ms | +46.36% |
❌ | test_show[100 Small Files] |
23.9 ms | 29.8 ms | -19.86% |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.38%. Comparing base (
274f300
) to head (ca82ffa
). Report is 7 commits behind head on main.
🚨 Try these New Features:
Will be able to run via:
gh workflow run build-commit.yaml --ref my-branch-name
This does assume that you have the gh
CLI tool installed. If you have a macOS or Linux system, you can install it via brew install gh
. Once merged into main, you will also be able to manually trigger this via the GitHub Actions tab on the browser app.
Assuming a cache-miss, build times will usually be around 5-6min. Assuming a cache-hit, build times will usually be <40s.
Closing in favour of https://github.com/Eventual-Inc/Daft/pull/3184.
Overview
Given a commit hash and a build machine, outputs a python wheel to s3. This is slightly different than existing one. Differences: