Skip to content

Commit 1f4e080

Browse files
committed
update README
1 parent 6227fc7 commit 1f4e080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ZH.md

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

3030
<div align=center>
31-
<img src="benchmarks/out/reactor.png" height="230"/>
31+
<img src="benchmarks/out/reactor.png" height="300"/>
3232
</div>
3333

3434
## 性能测试

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Support custom protocols to quickly and easily build high-performance servers.
3030
`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.
3131

3232
<div align=center>
33-
<img src="benchmarks/out/reactor.png" height="230"/>
33+
<img src="benchmarks/out/reactor.png" height="300"/>
3434
</div>
3535

3636
## Performance Test

0 commit comments

Comments
 (0)