Skip to content

release: mantle-v1.6.3 — revm 41 (v113), op-revm moved out, EIP-7825 override relocated downstream #142

release: mantle-v1.6.3 — revm 41 (v113), op-revm moved out, EIP-7825 override relocated downstream

release: mantle-v1.6.3 — revm 41 (v113), op-revm moved out, EIP-7825 override relocated downstream #142

Workflow file for this run

name: Benchmark
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
codspeed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
persist-credentials: false
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
with:
cache-on-failure: true
- name: Install cargo-codspeed
uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7
with:
tool: cargo-codspeed
- name: Build the benchmark target(s)
run: cargo codspeed build --profile profiling --workspace --exclude '*example*'
- name: Run the benchmarks
uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4.15.1
with:
run: cargo codspeed run --workspace
token: ${{ secrets.CODSPEED_TOKEN }}
mode: simulation