Skip to content

Run

Run #6

name: Run spicebench
on:
workflow_dispatch:
jobs:
run-spicebench:
name: Run spicebench
runs-on: ubuntu-latest
timeout-minutes: 600
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/management-login
with:
client-id: ${{ secrets.SPICE_MANAGEMENT_CLIENT_ID }}
client-secret: ${{ secrets.SPICE_MANAGEMENT_CLIENT_SECRET }}
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.91
- name: Run spicebench
run: |
cargo run -p spicebench -- \
--system-adapter-http-url http://localhost:8080/rpc \
--system-adapter-execution-mode direct-query \
--query-set tpch