build(deps): bump crates/jsonschema-referencing/tests/suite from 56e6889
to 9589db4
#580
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmarks | |
on: | |
push: | |
branches: | |
- "master" | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
rust: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dtolnay/rust-toolchain@stable | |
- uses: Swatinem/rust-cache@v2 | |
- run: cargo install cargo-codspeed --force | |
- run: cargo codspeed build -p jsonschema -p referencing jsonschema registry anchor pointer subresources | |
- uses: CodSpeedHQ/action@v3 | |
with: | |
run: cargo codspeed run -p jsonschema -p referencing jsonschema registry anchor pointer subresources | |
token: ${{ secrets.CODSPEED_TOKEN }} |