فهرست منبع

Updated the Readme

Kevin Lovato 11 سال پیش
والد
کامیت
e8e16ab5f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.