File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments