Skip to content

Benchmarks

Benchmarks #1

Workflow file for this run

name: Benchmarks
on:
workflow_dispatch:
jobs:
benchmark:

Check failure on line 7 in .github/workflows/benchmarks.yml

View workflow run for this annotation

GitHub Actions / Benchmarks

Invalid workflow file

The workflow is not valid. .github/workflows/benchmarks.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: ./.github/actions/setup
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_TOKEN }}
- name: Use Git CLI for Cargo
run: echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
- name: Benchmark Build
run: cargo check --features runtime-benchmarks