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: