chores: fix-throughput-typo (#312)

* fix-throughput-typo

Signed-off-by: Mila Wu <wumila1996@gmail.com>

* fix-throughput-typo

Signed-off-by: Mila Wu <wumila1996@gmail.com>

* fix-throughput-typo

Signed-off-by: Mila Wu <wumila1996@gmail.com>
This commit is contained in:
Mila Wu 2022-02-17 16:25:45 +08:00 committed by GitHub
parent 02d2314750
commit 81e60f5b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -145,7 +145,7 @@ Scenario description: The follower and the client were in the same data center (
Test results:
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the cline |
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the client |
| :---- | :---- | :---- | :---- |
| 10 | 3,110 | 43 ms | 115 ms |
| 100 | 314 | 450 ms | 7,888 ms |
@ -166,7 +166,7 @@ Scenario description: The follower and the client were in the same data center.
Test results:
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the cline |
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the client |
| :---- | :---- | :---- | :---- |
| 10 | 3,863 | 88 ms | 126 ms |
| 100 | 3,087 | 127 ms | 140 ms |
@ -185,7 +185,7 @@ Scenario description: The leader and the client were on the same node. The leade
Test results:
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the cline |
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the client |
| :---- | :---- | :---- | :---- |
| 10 | 18,865 | 31 ms | 33 ms |
| 100 | 4,233 | 58 ms | 267 ms |
@ -204,7 +204,7 @@ Scenario description: The leader, client, and follower were in the same data cen
Test results:
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the cline |
| Number of scan keys | QPS |P99 latency for TiKV | P99 latency for the client |
| :---- | :---- | :---- | :---- |
| 10 | 15,021 | 31 ms | 34 ms |
| 100 | 3,859 | 62 ms | 272 ms |