Skip to content

Commit

Permalink
* Fix table headers in performance.md
Browse files Browse the repository at this point in the history
Signed-off-by: chaoxinhu <chaoxinhu@hotmail.com>
  • Loading branch information
chaoxinhu committed Apr 15, 2020
1 parent 60f88dd commit db2e006
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions readthedocs/zh_CN/docs/miscellaneous.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# 杂项

* [系统CPT注册表](./weidentity-contract-design.html#cpt)
* [系统 CPT 注册表](./weidentity-contract-design.html#cpt)

* [部署 WeIdentity 服务的区块链节点存储空间预估](./capacity-estimation.html)

* [如何进行单元测试](./how-to-run-unit-test.html)

* [离线部署WeIdentity](./how-to-run-without-internet.html)
* [离线部署 WeIdentity](./how-to-run-without-internet.html)

* [跨群组部署WeIdentity](./how-to-deploy-w-groupid.html)
* [跨群组部署 WeIdentity](./how-to-deploy-w-groupid.html)

* [安全建议](./security-suggestion.html)

* [WeIdentity 网络端口](./weidentity-ports.html)

* [WeIdentity Java SDK 与各版本JDK的兼容性](./weid-compatibility-test.html)

* [WeIdentity 接口性能测试](./performance.html)
6 changes: 3 additions & 3 deletions readthedocs/zh_CN/docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 1. 测试结论

针对WeIdentity v1.6.0进行了性能测试,经过测试,各接口性能均符合预期,下图列出各接口具体数据。
针对WeIdentity v1.6.0进行了性能测试,经过测试,各接口性能均符合预期,下图列出各接口具体数据。所有响应时间单位均为ms。

| 接口 | 交易数 | 平均响应时间(ms) | 最小响应时间(ms) | 最大响应时间 | TPS |
| 接口 | 交易数 | 平均响应 | 最小响应 | 最大响应 | TPS |
| ------------------------- | -------- | ---------- | ---------- | ------ | -------- |
| CreateWeId | 59534 | 2031 | 184 | 7774 | 199 |
| GetWeIdDocument | 685187 | 175 | 3 | 1286 | 2285 |
Expand Down Expand Up @@ -34,7 +34,7 @@

针对WeIdentity v1.6.1进行了性能测试,新增如下接口性能数据,性能均符合预期,下图列出各接口具体数据

| 接口 | 交易数 | 平均响应时间(ms) | 最小响应时间(ms) | 最大响应时间 | TPS |
| 接口 | 交易数 | 平均响应 | 最小响应 | 最大响应 | TPS |
| ------------------- | ------- | ---------- | ---------- | ------ | ----- |
| BatchCreateEvidence | 1908563 | 4523.27 | 308 | 11877 | 22.09 |

Expand Down

0 comments on commit db2e006

Please sign in to comment.