Skip to content

add group runner

add group runner #45

Workflow file for this run

# Runs benchmarks.

Check failure on line 1 in .github/workflows/bench.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bench.yml

Invalid workflow file

(Line: 17, Col: 5): Unexpected value 'group'
on:
pull_request:
push:
# branches: [main]
env:
CARGO_TERM_COLOR: always
BASELINE: base
SEED: rollup-node
name: bench
jobs:
codspeed:
runs-on: codspeed-macro
group: codspeed
steps:
- uses: actions/checkout@v5
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install cargo-codspeed
uses: taiki-e/install-action@v2
with:
tool: cargo-codspeed
- name: Build the benchmark target(s)
run: cargo codspeed build -p scroll-derivation-pipeline
- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run --workspace