Skip to content

Pass temp value as ref into ctx. #310

Pass temp value as ref into ctx.

Pass temp value as ref into ctx. #310

Workflow file for this run

on: [pull_request]
name: CI Pull Request
jobs:
runBenchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: boa-dev/criterion-compare-action@v3
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}