Skip to content

Support File Extended #569

Support File Extended

Support File Extended #569

Workflow file for this run

on: [pull_request]
name: CI Pull Request
jobs:
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: wcampbell0x2a/criterion-compare-action@20e6511506d7c141bcb0e336db78928cc5504870
with:
branchName: ${{ github.base_ref }}
before: "cargo build --bins --release --locked --workspace"
token: ${{ secrets.GITHUB_TOKEN }}