Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/smol_str/README.md')
| -rw-r--r-- | lib/smol_str/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/smol_str/README.md b/lib/smol_str/README.md index ce16759e81..56296fb53f 100644 --- a/lib/smol_str/README.md +++ b/lib/smol_str/README.md @@ -22,6 +22,12 @@ languages. Strings consisting of a series of newlines, followed by a series of whitespace are a typical pattern in computer programs because of indentation. Note that a specialized interner might be a better solution for some use cases. +## Benchmarks +Run criterion benches with +```sh +cargo bench --bench \* -- --quick +``` + ## MSRV Policy Minimal Supported Rust Version: latest stable. |