Skip to content

Commit d5ab46b

Browse files
committed
Add badges to README
1 parent 50db033 commit d5ab46b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![CI](https://github.com/Mallets/ringbuffer-spsc/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Mallets/ringbuffer-spsc/actions?query=workflow%3ACI+branch%3Amain++)
2+
[![docs.rs](https://img.shields.io/docsrs/ringbuffer-spsc)](https://docs.rs/ringbuffer-spsc/latest/ringbuffer_spsc/)
3+
[![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/)
4+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
16
# ringbuffer-spsc
27

38
A fast single-producer single-consumer ring buffer.
@@ -48,7 +53,7 @@ fn main() {
4853
Tests run on an Apple M4, 32 GB of RAM.
4954

5055
```sh
51-
$ cargo run --release --example throughput
56+
cargo run --release --example throughput
5257
```
5358

5459
Provides `~520M elem/s` of sustained throughput.
@@ -65,4 +70,4 @@ Provides `~520M elem/s` of sustained throughput.
6570
520486274 elem/s
6671
522570696 elem/s
6772
...
68-
```
73+
```

0 commit comments

Comments
 (0)