mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 13:58:44 +00:00
CI: Reduce sample size
This commit is contained in:
parent
c48af0c822
commit
864fc489ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: bench
|
command: bench
|
||||||
args: --bench=server
|
args: --bench=server -- --sample-size=15
|
||||||
|
|
Loading…
Reference in a new issue