Skip to content

Commit c45d530

Browse files
add benchmarking section
1 parent 7c0fac1 commit c45d530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ To run all fast tests on an emulated system, use one of the following commands.
263263
Each command requires a running `docker` instance,
264264
and `cross-rs` to be installed on your machine (`cargo install cross-rs`).
265265
- Mips (Big Endian) `cross test --target mips-unknown-linux-gnu --verbose`
266-
c
266+
267+
To benchmark the library, simply run `cargo bench`.
268+
267269
### Specification
268270

269271
This library is modeled after the

0 commit comments

Comments
 (0)