From c390ec41c1358aa82757eb28f0eca7a68733bae3 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Tue, 19 Apr 2022 12:18:02 +0200 Subject: [PATCH] Improve the README Signed-off-by: Trivernis --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f36a63a..17a4cc9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@

bromine

+

+ + + + + + +

Asynchronous event driven interprocess communication supporting tcp and unix domain sockets.

@@ -138,10 +146,6 @@ async fn main() { } ``` -## Benchmarks - -Benchmarks are generated on each commit. They can be reviewed [here](https://trivernis.github.io/rmp-ipc/report/). - ## License Apache-2.0 \ No newline at end of file