Skip to content

Commit 6cd0ece

Browse files
authored
Remove bench-test job instead of disabling it (#2572)
1 parent 124bf69 commit 6cd0ece

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -305,25 +305,6 @@ jobs:
305305
- name: Run Miri
306306
run: cargo miri nextest run --no-fail-fast -p vortex-buffer
307307

308-
bench-test:
309-
name: "bench test"
310-
runs-on: ubuntu-latest
311-
# NOTE(ngates): disable running benchmark tests for now since they take a very long time and don't often fail.
312-
# Instead, the Slack channel notifications have been made to subscribe only to CI failures.
313-
if: false
314-
steps:
315-
- uses: actions/checkout@v4
316-
- uses: ./.github/actions/cleanup
317-
- uses: rui314/setup-mold@v1
318-
- uses: ./.github/actions/setup-rust
319-
# Required to run benchmarks
320-
- name: Install DuckDB
321-
uses: opt-nc/[email protected]
322-
with:
323-
version: v1.0.0
324-
- name: Rust TPC-H and Random access Bench as test
325-
run: cargo bench --bench tpch --bench random_access --profile benchtest -- --test
326-
327308
generated-files:
328309
name: "Check generated proto/fbs files are up to date"
329310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)