1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Refine GHA workflows (#3023)

This commit is contained in:
Yuki Okushi
2023-04-24 04:46:57 +09:00
committed by GitHub
parent 5d4f591875
commit de1efa673f
3 changed files with 17 additions and 27 deletions

View File

@ -20,14 +20,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
run: |
rustup set profile minimal
rustup install nightly
rustup override set nightly
- name: Check benchmark
uses: actions-rs/cargo@v1
with:
command: bench
args: --bench=server -- --sample-size=15
run: cargo bench --bench=server -- --sample-size=15