Skip to content

refactor(eip8037): defer state-gas to frame return via NewStateTracker #4535

refactor(eip8037): defer state-gas to frame return via NewStateTracker

refactor(eip8037): defer state-gas to frame return via NewStateTracker #4535

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@0c7a94999971db56e9df89df226240aab222e776 # v2.75.14
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@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
with:
run: cargo codspeed run --workspace
token: ${{ secrets.CODSPEED_TOKEN }}
mode: simulation