From 50adbdecbe6254405b9690a1e7cf94395198128b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 20 May 2020 13:08:19 +0900 Subject: [PATCH] CI: Only run the server benchmark to avoid SIGKILL --- .github/workflows/bench.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 04fe83f66..1a2ee496b 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -20,3 +20,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: bench + args: --bench=server