FISCO-BCOS / FISCO-BCOS/web3sdk
如何提升web3sdk的性能
Open
- Dominant language
- Java
- Stars
- 122
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
使用jmeter进行压测的时候,发现tps只有几十
` #sdk-threadPool-config
corePoolSize: 50
maxPoolSize: 100
queueCapacity: 100
keepAlive: 60
timeout: 30000`
修改corePoolSize、maxPoolSize后也没有多少提升,这样才能提高性能?
Contributor guide
Research direction
No source file or test is named. Start by reproducing the JMeter load test with the shown sdk-threadPool-config values, then trace the SDK request path to determine why changing pool sizes does not raise TPS. Done means the bottleneck and a measured performance result are identified and addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100