From 8a0917111cf54c33574ce5875a9a630c143ff7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= Date: Sun, 28 Apr 2024 19:44:24 +0800 Subject: [PATCH] feat(ci): use bench feature to avoid useless outputs --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6c107b5..d898fff 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run benchmarks - run: cargo bench --verbose + run: cargo bench --verbose --features=bench - name: Upload benchmark results uses: actions/upload-artifact@v2 with: