Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenxuxu committed Dec 25, 2019
1 parent 26b53e5 commit 6227fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@

`gev` 只使用极少的 goroutine, 一个 goroutine 负责监听客户端连接,其他 goroutine (work 协程)负责处理已连接客户端的读写事件,work 协程数量可以配置,默认与运行主机 CPU 数量相同。

![image](benchmarks/out/reactor.png)
<div align=center>
<img src="benchmarks/out/reactor.png" height="230"/>
</div>

## 性能测试

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Support custom protocols to quickly and easily build high-performance servers.

`gev` uses only a few goroutines, one of them listens for connections and the others (work coroutines) handle read and write events of connected clients. The count of work coroutines is configurable, which is the core number of host CPUs by default.

![image](benchmarks/out/reactor.png)
<div align=center>
<img src="benchmarks/out/reactor.png" height="230"/>
</div>

## Performance Test

Expand Down

0 comments on commit 6227fc7

Please sign in to comment.