mirror of https://github.com/fafhrd91/actix-web
Merge pull request #1522 from actix/only-server-bench
CI: Only run the server benchmark to avoid SIGKILL
This commit is contained in:
commit
c48af0c822
|
@ -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 New Issue