From ed9208da3f2ae4e00ac30b6a55057846a118703a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Wed, 13 Nov 2024 14:37:44 +0900 Subject: [PATCH] chore: fix just benchmark (#309) --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5a5ae5be..7b8585f8 100644 --- a/justfile +++ b/justfile @@ -58,9 +58,9 @@ doc: codecov: cargo codecov --html -# Run the benchmarks. See `tasks/benchmark` +# Run the benchmarks. benchmark: - cargo benchmark + cargo bench # Run cargo-fuzz fuzz: