mirror of
https://github.com/actix/actix-web.git
synced 2025-06-07 15:48:47 +00:00
CI: Only run the server benchmark to avoid SIGKILL
This commit is contained in:
parent
f8f5a82f40
commit
50adbdecbe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/bench.yml
vendored
1
.github/workflows/bench.yml
vendored
|
@ -20,3 +20,4 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: bench
|
command: bench
|
||||||
|
args: --bench=server
|
||||||
|
|
Loading…
Reference in a new issue