doc: fixed image links in zh-cn benchmark (#1896)

This commit is contained in:
Sarasa Kisaragi 2020-07-24 16:30:51 +08:00 committed by GitHub
parent d079b3dbcc
commit 45f84a2510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 个插件
@ -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%">
#### 火焰图