Skip to content

feat: implement self-healing recovery mechanism for gaps in L1 data #242

feat: implement self-healing recovery mechanism for gaps in L1 data

feat: implement self-healing recovery mechanism for gaps in L1 data #242

Workflow file for this run

# Runs benchmarks.
on:
pull_request:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
BASELINE: base
SEED: rollup-node
name: bench
jobs:
codspeed:
runs-on: ubuntu-latest
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 --profile profiling
- name: Run the benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: instrumentation
run: cargo codspeed run --workspace