From c187a55ad7c4e6f314ba1b76827dfed16c31c8d0 Mon Sep 17 00:00:00 2001 From: TheVeryDarkness <3266343194@qq.com> Date: Wed, 9 Oct 2024 10:49:41 +0800 Subject: [PATCH] CI: fix bencher adapter --- .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 a36c739..64636c2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,6 +36,6 @@ jobs: --threshold-upper-boundary 0.99 \ --thresholds-reset \ --err \ - --adapter criterion \ + --adapter rust_criterion \ --github-actions '${{ secrets.GITHUB_TOKEN }}' \ "cargo bench"