Skip to content

chore(deps): Bump anstream from 0.6.7 to 0.6.18 in the cargo group #731

chore(deps): Bump anstream from 0.6.7 to 0.6.18 in the cargo group

chore(deps): Bump anstream from 0.6.7 to 0.6.18 in the cargo group #731

Workflow file for this run

name: benchmark
on:
push:
branches:
- main
pull_request:
jobs:
benchmark:
strategy:
matrix:
benchmark:
- simple
- nested
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: raviqqe/enable-homebrew@main
- run: brew install ninja
- run: cargo install --path . --locked
- run: benchmark/${{ matrix.benchmark }}/main.sh
benchmark_test:
runs-on: ubuntu-latest
needs: benchmark
if: always()
steps:
- run: test ${{ needs.benchmark.result }} = success