Skip to content

[fix] indentation & trailing whitespace in Heredoc #353

[fix] indentation & trailing whitespace in Heredoc

[fix] indentation & trailing whitespace in Heredoc #353

Workflow file for this run

name: Benchmark
on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
jobs:
benchmark:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95.0
override: true
cache: true
- name: Build release binary
run: cargo build --release
- name: Run benchmarks
run: cargo bench
- name: Generate benchmark summary
run: ./script/format_bench_summary