Skip to content

chore: Move array types into rayexec_execution (#3375) #55

chore: Move array types into rayexec_execution (#3375)

chore: Move array types into rayexec_execution (#3375) #55

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
workflow_dispatch:
jobs:
benchmark:
name: Run benchmarks
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Compile standard
run: |
cargo build \
--release \
--bin bench_standard
- name: Run standard
run: |
./target/release/bench_standard \
--print-results \
--print-explain