From fde47f35aa8a4fc2d08a6d46167418f79a73c1b5 Mon Sep 17 00:00:00 2001 From: TheVeryDarkness <3266343194@qq.com> Date: Thu, 10 Oct 2024 21:05:15 +0800 Subject: [PATCH] CI: try to fix an error. --- .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 210521d..770146a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,7 +32,7 @@ jobs: --project iof \ --token '${{ secrets.BENCHER_API_TOKEN }}' \ --branch main \ - --testbed ${{ matrix.os }} \ + --testbed '${{ matrix.os }}' \ --threshold-measure latency \ --threshold-test t_test \ --threshold-max-sample-size 64 \