Skip to content

Commit 359a4d4

Browse files
authored
Merge branch 'vortex-data:develop' into develop
2 parents 9db355f + 8efd26e commit 359a4d4

224 files changed

Lines changed: 8017 additions & 4714 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# 🚨🚨🚨❌❌❌ BENCHMARK FAILED ❌❌❌🚨🚨🚨
139139
140140
Benchmark `${{ matrix.benchmark.name }}` failed! Check the [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.
141-
comment-tag: bench-pr-failure-${{ matrix.benchmark.id }}
141+
comment-tag: bench-pr-comment-${{ matrix.benchmark.id }}
142142

143143
sql:
144144
needs: label_trigger

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,12 @@ jobs:
584584
- name: Rust Tests (Windows)
585585
if: matrix.os == 'windows-x64'
586586
run: |
587-
cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude vortex-bench --exclude vortex-python --exclude vortex-duckdb --exclude vortex-fuzz --exclude vortex-cuda --exclude vortex-nvcomp --exclude vortex-cub --exclude vortex-test-e2e-cuda --exclude duckdb-bench --exclude lance-bench --exclude datafusion-bench --exclude random-access-bench --exclude compress-bench --exclude xtask
587+
cargo nextest run --locked --workspace --all-features --no-fail-fast `
588+
--exclude vortex-bench --exclude vortex-python --exclude vortex-duckdb `
589+
--exclude vortex-fuzz --exclude vortex-cuda --exclude vortex-nvcomp `
590+
--exclude vortex-cub --exclude vortex-test-e2e-cuda --exclude duckdb-bench `
591+
--exclude lance-bench --exclude datafusion-bench --exclude random-access-bench `
592+
--exclude compress-bench --exclude xtask --exclude vortex-datafusion
588593
- name: Rust Tests (Other)
589594
if: matrix.os != 'windows-x64'
590595
run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude vortex-bench --exclude xtask
@@ -649,7 +654,7 @@ jobs:
649654
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
650655
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
651656
- name: Run benchmarks
652-
uses: CodSpeedHQ/action@94b88560ad3ed11ed5e92a321518a47c35a1fed5
657+
uses: CodSpeedHQ/action@fa0c9b1770f933c1bc025c83a9b42946b102f4e6
653658
with:
654659
run: cargo codspeed run
655660
token: ${{ secrets.CODSPEED_TOKEN }}

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
# 🚨🚨🚨❌❌❌ SQL BENCHMARK FAILED ❌❌❌🚨🚨🚨
252252
253253
Benchmark `${{ matrix.name }}` failed! Check the [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.
254-
comment-tag: bench-pr-failure-${{ matrix.id }}
254+
comment-tag: bench-pr-comment-${{ matrix.id }}
255255

256256
- name: Upload Benchmark Results
257257
if: inputs.mode == 'develop'

0 commit comments

Comments
 (0)