Skip to content

Update Rust crate log to v0.4.29 #382

Update Rust crate log to v0.4.29

Update Rust crate log to v0.4.29 #382

Workflow file for this run

name: Benchmarks (CodSpeed)
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
permissions: {}
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
persist-credentials: false
- name: Setup rust toolchain, cache and cargo-codspeed binary
uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1
with:
channel: stable
cache-target: release
bins: cargo-codspeed
- name: Build the benchmark target(s)
run: cargo codspeed build --features serde
- name: Run the benchmarks
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
with:
run: cargo codspeed run
mode: instrumentation