We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
两核4G的虚拟机运行 chain33,mempool 模块处理交易的速度大概为 每秒1000多笔
测试方案:
交易处理速度跟 rpc 和 mempool 模块都有关系,推测瓶颈位于 mempool 模块
The text was updated successfully, but these errors were encountered:
单节点mempool发交易之前已经测试过的,主要耗时在于签名和验签,其他流程没发现明显问题
Sorry, something went wrong.
小米笔记本,solo模式,测试向mempool发送交易性能,以10s为统计时间
107515 135601 ns/op 28139 B/op 398 allocs/op
84864 167136 ns/op 38344 B/op 583 allocs/op
51940 274422 ns/op 903478 B/op 587 allocs/op
794376 25171 ns/op 13051 B/op 189 allocs/op
352542 52363 ns/op 22693 B/op 372 allocs/op
95557 171202 ns/op 885980 B/op 373 allocs/op
json rpc和grpc均未做针对性优化,可见json rpc效率较低,大规模建议使用grpc发送交易
2核4G的配置, 使用jsonrpc发交易的TPS在2500笔左右, 使用grpc发交易的TPS在3200笔左右。 稍有提升。
No branches or pull requests
两核4G的虚拟机运行 chain33,mempool 模块处理交易的速度大概为 每秒1000多笔
测试方案:
交易处理速度跟 rpc 和 mempool 模块都有关系,推测瓶颈位于 mempool 模块
The text was updated successfully, but these errors were encountered: