Skip to content

trying different tool #1

trying different tool

trying different tool #1

Workflow file for this run

name: Run Benchmarks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
name: Run benchmarks

Check failure on line 8 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/benchmark.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
cwd: "./sled"
# Needed. The name of the branch to compare with. This default uses the branch which is being pulled against
branchName: ${{ github.base_ref }}