Repository: incubator-gearpump Updated Branches: refs/heads/master ce3b82251 -> e1c2a9275
[DOC] Fix image link in README Author: manuzhang <[email protected]> Closes #144 from manuzhang/doc. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/e1c2a927 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/e1c2a927 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/e1c2a927 Branch: refs/heads/master Commit: e1c2a92759c6a51d4de4963ec4763e11ea8f8ac7 Parents: ce3b822 Author: manuzhang <[email protected]> Authored: Fri Feb 10 09:56:41 2017 +0800 Committer: manuzhang <[email protected]> Committed: Fri Feb 10 09:57:37 2017 +0800 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e1c2a927/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9edd0f7..5c0858a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ The name Gearpump is a reference to the engineering term "gear pump", which is a We model streaming within the Akka actor hierarchy. - + Per initial benchmarks we are able to process near 18 million messages/second (100 bytes per message) with a 8ms latency on a 4-node cluster. - + For steps to reproduce the performance test, please check [Performance benchmark](http://gearpump.apache.org/releases/latest/performance-report.html).
