Skip to content

Commit f3982de

Browse files
Add artifact upload for benchmark results
1 parent 1b9846f commit f3982de

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ jobs:
5858
--catalog benchmark/data/tpch.ducklake \
5959
--tpch \
6060
--iterations 3
61+
62+
- name: Upload benchmark results
63+
uses: actions/upload-artifact@v4
64+
with:
65+
name: benchmark-results
66+
path: benchmark/results/

0 commit comments

Comments
 (0)