Skip to content

Commit

Permalink
doc: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Aug 11, 2023
1 parent bab02b5 commit c2cf0c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,20 @@ cd laminarmq/
cargo test
```
## Benchmarking

Same pre-requisites as testing. Once the pre-requisites are satisfied you may
run benchmarks with `cargo` as usual:

```sh
git clone https://github.com/arindas/laminarmq.git
cd laminarmq/
cargo bench
```

The latest benchmark report is available at <https://arindas.github.io/laminarmq/bench/latest/report>.


## License

`laminarmq` is licensed under the MIT License. See
Expand Down

0 comments on commit c2cf0c0

Please sign in to comment.