Skip to content

Harden core-lib visibility and debug storage errors #4496

Harden core-lib visibility and debug storage errors

Harden core-lib visibility and debug storage errors #4496

Workflow file for this run

# Runs bench related jobs.
name: bench
permissions:
contents: read
on:
push:
branches: [main, next]
pull_request:
types: [opened, reopened, synchronize]
jobs:
bench:
name: Bench on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Bench for all features
run: |
rustup +stable update --no-self-update
rustup default stable
make check-bench