Skip to content

chore(deps): Bump tokio from 1.41.1 to 1.42.0 #730

chore(deps): Bump tokio from 1.41.1 to 1.42.0

chore(deps): Bump tokio from 1.41.1 to 1.42.0 #730

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