Skip to content

Commit

Permalink
KVTable contract test parameter error(#1674)
Browse files Browse the repository at this point in the history
Co-authored-by: wenlinli <1574249665@qq.com>
  • Loading branch information
zhanggx123 and wenlinlee committed May 19, 2023
1 parent 9a87133 commit ce08b87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 3.x/zh_CN/docs/operation_and_maintenance/stress_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,12 @@ java -cp 'conf/:lib/*:apps/*' org.fisco.bcos.sdk.demo.perf.PerformanceCpuHeavy [


# KVTable合约压测
# 压测KV set
# count: 压测的交易总量
# tps: 压测QPS
# groupId: 压测群组
$ java -cp 'conf/:lib/*:apps/*' org.fisco.bcos.sdk.demo.perf.PerformanceKVTable [set] [count] [tps] [groupId]
# 压测KV get
# (参数解释同上)
$ java -cp 'conf/:lib/*:apps/*' org.fisco.bcos.sdk.demo.perf.PerformanceKVTable [get] [count] [tps] [groupId]
# useKVTable: 压测KV标志值,true为set方法,false为get方法
# valueLength: 测试数据的长度,默认为256
$ java -cp 'conf/:lib/:apps/' org.fisco.bcos.sdk.demo.perf.PerformanceKVTable [count] [tps] [groupId] [useKVTable] [valueLength]
```
**以下是WASM环境的压力测试**

Expand Down

0 comments on commit ce08b87

Please sign in to comment.