File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ jobs:
305305 - name : Run Miri
306306 run : cargo miri nextest run --no-fail-fast -p vortex-buffer
307307
308+
308309 release_dry_run :
309310 name : " Release dry run"
310311 runs-on :
@@ -325,25 +326,6 @@ jobs:
325326 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
326327 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
327328
328- bench-test :
329- name : " bench test"
330- runs-on : ubuntu-latest
331- # NOTE(ngates): disable running benchmark tests for now since they take a very long time and don't often fail.
332- # Instead, the Slack channel notifications have been made to subscribe only to CI failures.
333- if : false
334- steps :
335- - uses : actions/checkout@v4
336- - uses : ./.github/actions/cleanup
337- - uses : rui314/setup-mold@v1
338- - uses : ./.github/actions/setup-rust
339- # Required to run benchmarks
340- - name : Install DuckDB
341- 342- with :
343- version : v1.0.0
344- - name : Rust TPC-H and Random access Bench as test
345- run : cargo bench --bench tpch --bench random_access --profile benchtest -- --test
346-
347329 generated-files :
348330 name : " Check generated proto/fbs files are up to date"
349331 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments