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 6227fc7 commit 1f4e080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
`gev` 只使用极少的 goroutine, 一个 goroutine 负责监听客户端连接,其他 goroutine (work 协程)负责处理已连接客户端的读写事件,work 协程数量可以配置,默认与运行主机 CPU 数量相同。

<div align=center>
<img src="benchmarks/out/reactor.png" height="230"/>
<img src="benchmarks/out/reactor.png" height="300"/>
</div>

## 性能测试
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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.

<div align=center>
<img src="benchmarks/out/reactor.png" height="230"/>
<img src="benchmarks/out/reactor.png" height="300"/>
</div>

## Performance Test
Expand Down

0 comments on commit 1f4e080

Please sign in to comment.