Skip to content

chore(deps): lock file maintenance (#106) #69

chore(deps): lock file maintenance (#106)

chore(deps): lock file maintenance (#106) #69

Workflow file for this run

---
name: Benchmarks
on:
push:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
env:
CI: true
CARGO_TERM_COLOR: always
RUST_LOG: info
RUST_BACKTRACE: 1
RUSTFLAGS: "-Dwarnings -C debuginfo=0"
jobs:
bench:
name: Benchmark
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Rust toolchain
uses: moonrepo/setup-rust@v1
with:
cache-base: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run benchmarks
run: cargo bench --all-targets --all-features