From 614236bfcc504090d38a8cac8c3436cd58688dda Mon Sep 17 00:00:00 2001 From: mbehboodian <29199390+xeptore@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:09:36 +0330 Subject: [PATCH] docs: fix cargo-criterion stability status book page (#558) Co-authored-by: David Himmelstrup --- book/src/cargo_criterion/cargo_criterion.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/src/cargo_criterion/cargo_criterion.md b/book/src/cargo_criterion/cargo_criterion.md index 07e584cf..aa270b5a 100644 --- a/book/src/cargo_criterion/cargo_criterion.md +++ b/book/src/cargo_criterion/cargo_criterion.md @@ -7,12 +7,12 @@ Currently, `cargo-criterion` provides most of the same features as running Crite * `cargo-criterion` is more configurable than Criterion.rs * `cargo-criterion` supports machine-readable output using `--message-format=json` -`cargo-criterion` is still under active development, but if you would like to try it out, you can install it with the following command: +`cargo-criterion` is stable, and you can install it with the following command: -`cargo install --version=1.0.0-alpha3 cargo-criterion` +`cargo install cargo-criterion` Once installed, you can run your benchmarks with: `cargo criterion` -If you encounter any issues or have any suggestions for future features, please raise an issue at [the GitHub repository](https://github.com/bheisler/cargo-criterion). \ No newline at end of file +If you encounter any issues or have any suggestions for future features, please raise an issue at [the GitHub repository](https://github.com/bheisler/cargo-criterion).