Explorar o código

Updated the Readme

Kevin Lovato %!s(int64=11) %!d(string=hai) anos
pai
achega
e8e16ab5f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Zebus is a lightweight peer to peer service bus, built with [CQRS](http://martin
 
 # Introduction
 
-Zebus is **peer to peer**, so it does not depend on a broker to dispatch messages between the peers. This allows it to reach a throughput of 80k msg/s and a roundtrip latency under 500µs.
+Zebus is **peer to peer**, so it does not depend on a broker to dispatch messages between the peers. This allows it to reach a throughput of 140k msg/s and a roundtrip latency under 500µs (have a look at the [Performance](https://github.com/Abc-Arbitrage/Zebus/wiki/Performance) page for details).
 
 It is **resilient** thanks to the absence of a broker and an optional persistence feature that ensures that messages are not lost if a peer is down or disconnected.