Skip to content

fix(deps): update all non-major dependencies - autoclosed #1713

fix(deps): update all non-major dependencies - autoclosed

fix(deps): update all non-major dependencies - autoclosed #1713

Workflow file for this run

on:
workflow_dispatch:
pull_request:
paths:
- 'crates/torin/**/*'
- '.github/workflows/benchmarks.yml'
- 'rust-toolchain.toml'
- 'Cargo.toml'
name: Run Benchmarks
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
concurrency:
group: benchmarks-${{ github.ref_name }}
cancel-in-progress: true
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
- uses: boa-dev/criterion-compare-action@59f4d964c5f19d7f13d36f5c0944b18ce6652cb0
with:
package: torin
branchName: ${{ github.base_ref }}
token: ${{ github.token }}