Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix image links in zh-cn benchmark #1896

Merged
merged 2 commits into from
Jul 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/zh-cn/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@

下图中 x 轴为 CPU 的使用个数,y 轴为每秒处理的请求数:

<img src="../doc/images/benchmark-1.jpg" width="70%" height="70%">
<img src="../../doc/images/benchmark-1.jpg" width="70%" height="70%">

#### 延时

请注意 y 轴延时的单位是**微秒(μs)**,而不是毫秒:

<img src="../doc/images/latency-1.jpg" width="70%" height="70%">
<img src="../../doc/images/latency-1.jpg" width="70%" height="70%">

#### 火焰图

火焰图的采样结果:

<img src="../doc/images/flamegraph-1.jpg">
<img src="../../doc/images/flamegraph-1.jpg">

### 测试反向代理,开启 2 个插件

Expand All @@ -55,13 +55,13 @@

下图中 x 轴为 CPU 的使用个数,y 轴为每秒处理的请求数:

<img src="../doc/images/benchmark-2.jpg" width="70%" height="70%">
<img src="../../doc/images/benchmark-2.jpg" width="70%" height="70%">

#### Latency

请注意 y 轴延时的单位是**微秒(μs)**,而不是毫秒:

<img src="../doc/images/latency-2.jpg" width="70%" height="70%">
<img src="../../doc/images/latency-2.jpg" width="70%" height="70%">

#### 火焰图

Expand Down