mirror of
https://github.com/actix/actix-web.git
synced 2025-02-17 03:25:15 +00:00
Merge pull request #1519 from JohnTitor/sample-size
bench: Reduce sample count to remove warning
This commit is contained in:
commit
2314dc30b5
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
|
||||
with:
|
||||
command: bench
|
||||
args: --bench=server
|
||||
args: --bench=server -- --sample-size=15
|
||||
|
|
Loading…
Reference in a new issue