Skip to content

Commit

Permalink
docs: fix cargo-criterion stability status book page (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: David Himmelstrup <lemmih@gmail.com>
  • Loading branch information
xeptore and lemmih committed Feb 28, 2022
1 parent 3dbb172 commit 614236b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/src/cargo_criterion/cargo_criterion.md
Expand Up @@ -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).
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).

0 comments on commit 614236b

Please sign in to comment.