1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-19 04:15:38 +02:00

Merge pull request #1519 from JohnTitor/sample-size

bench: Reduce sample count to remove warning
This commit is contained in:
Yuki Okushi
2020-05-21 01:49:17 +09:00
committed by GitHub

View File

@@ -20,4 +20,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: bench
args: --bench=server
args: --bench=server -- --sample-size=15