Closed raunakab closed 2 days ago
Comparing feat/run-tpch
(8a5b668) with feat/build-commit-workflow
(ca82ffa)
⚡ 2
improvements
✅ 15
untouched benchmarks
Benchmark | feat/build-commit-workflow |
feat/run-tpch |
Change | |
---|---|---|---|---|
⚡ | test_iter_rows_first_row[100 Small Files] |
258.6 ms | 195.1 ms | +32.54% |
⚡ | test_show[100 Small Files] |
29.8 ms | 22.2 ms | +34.38% |
Is this ready for review? If it is, can we move it out of the draft state?
Closing in favour of https://github.com/Eventual-Inc/Daft/pull/3184.
Overview
Add a GitHub Actions workflow to only run tpch benchmarks given a commit-sha and a wheel name.
Note
I am merging this into
feat/build-commit-workflow
, and I will then merge that final branch intomain
. This is to help segment the purposes of each workflow, since they are highly reusable.