Skip to content

feat: make duration_seconds optional #13

feat: make duration_seconds optional

feat: make duration_seconds optional #13

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
benchmarks:
name: Benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cargo-codspeed
- uses: Swatinem/rust-cache@v2
- run: cargo codspeed build
- uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}