Skip to content

build(deps): bump taiki-e/install-action from 2.29.7 to 2.32.0 (#3322) #3769

build(deps): bump taiki-e/install-action from 2.29.7 to 2.32.0 (#3322)

build(deps): bump taiki-e/install-action from 2.29.7 to 2.32.0 (#3322) #3769

Workflow file for this run

name: Benchmark
on:
push:
branches: [master]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: |
rustup set profile minimal
rustup install nightly
rustup override set nightly
- name: Check benchmark
run: cargo bench --bench=server -- --sample-size=15