Consensys Quorum Benchmark Test

这篇具有很好参考价值的文章主要介绍了Consensys Quorum Benchmark Test。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

The latest article about quorum performance test I can find was written in 2018. This is interesting, as one of the most widely used blockchain system, can you imagine that there isn't any article about it's performance? So I did the performance test myself.

Hardware:

5*8C16G50GSSD as quorum servers

5*4C8G20GSSD as clients to send requests

Software:

System: CentOS 7

Quorum:1.10.2-stable(quorum-v22.4.4)

Java:OpenJDK 1.8

Mysql:5.7

Quorum-Benchmark: A benchmark program written in Java, developed by myself.

Test step:

  1. Create 200,000 Accounts
  2. Send ether to all accounts above
  3. Using accounts above to sign raw transactions, store the hexed string result in file
  4. Back up the blockchain using ‘geth export’ command
  5. Send raw transactions stored in file to the quorum network
  6. Statistics the result
  7. Repeat the 5th step, using different request rate

Test Result:

Consensys Quorum Benchmark Test

about 1491TPS

Consensys Quorum Benchmark Testabout 1347TPS

Conclusion

As the picture above, you can see the blockchain system appeared unstable when the tps reached about 1350+, the block interval is more than 5s as we set, and there were lots of empty blocks.

From my test result, I got the best TPS is about 1250 which the system can still keep stable.The cpu and memory were both low, so I think the bottleneck is the QBFT consensus.文章来源地址https://www.toymoban.com/news/detail-418840.html

到了这里,关于Consensys Quorum Benchmark Test的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • <Articles v-if=“!loading“ :articles=“props.articles“ />的区分

    问: script setup lang=\\\"ts\\\" import { onMounted, ref } from \\\'vue\\\' import { useRoute } from \\\'vue-router\\\' import Articles from \\\'../article/lists.vue\\\' const route = useRoute() const orderby = ref(\\\'hot\\\') const props = defineProps{   articles: ArticleType[]   loading: boolean }() const emit = defineEmits{   (e: \\\'onFilter\\\', json: Recordstring, string): void }()

    2024年01月18日
    浏览(36)
  • article-六轴机械臂(带抓手)运动学分析+轨迹规划

    1正运动学分析 采用标准的D-h法进行机械腿模型分析: D-h表如下 (2)通过(1)求解出机器人各位姿变换矩阵后,求解机器人手臂变换矩阵 ** ** 。通过matlab 计算,写出机器人末端位置。 正运动学分析 根据D-H表规定得到如下变换矩阵为: 根据DH参数求解变换矩阵的函数trans

    2024年02月11日
    浏览(48)
  • About Vlan

    一台发送广播所有可以收广播的机器我们认为在同一个广播域。 1.物理分割(加路由器)2.逻辑分割(vlan) Vlan是交换机的独有技术 Vlan  虚拟局域网  (将大的网络划分成小的局域网) Vlan范围:总共0-4095(一共4096个)可用1-4094 Vlan作用:1.划分广播域 2.增强网络安全性 3.简

    2024年02月21日
    浏览(39)
  • Benchmark 第一篇 了解Benchmark

    目录 一、Benchmark(基准)简介 二、Benchmark的组成 三、工具 1.集成式测试工具 2.单组件测试工具 四、Benchmark特征 五、Benchmark测试需要考虑的因素 六、Benchimark测试步骤 1.观察 2.假设 3.预测 4.环境控制 5.测试 6.推论和结论 七、Benchmaark测试数据的实际用途/意义 八、Benchmark的重

    2023年04月09日
    浏览(31)
  • HTML5 article标签,<time>...</time>标签和pubdate属性的运用

            article标签代表文档、页面或应用程序中独立的、完整的、可以独自被外部引用的内容。它可以是一篇博客或报竟杂志中的文章、一篇论坛帖子、一段用户评论或一个独立的插件,或者其他任何独立的内容。把文章正文放在header元素后面的p元素中,然后用section标签

    2024年02月02日
    浏览(44)
  • About the ARM PrimeCell GPIO

    The PrimeCell GPIO is an Advanced Microcontroller Bus Architecture (AMBA) compliant System-on-Chip (SoC) peripheral that is developed, tested, and licensed by ARM. The PrimeCell GPIO is an AMBA slave module that connects to the AdvancedPeripheral Bus (APB). The PrimeCell GPIO provides eight programmable inputs oroutputs that you can control in two modes: •

    2024年01月25日
    浏览(33)
  • MFC - 给系统菜单(About Dialog)发消息

    做了一个对话框程序, 在系统菜单(在程序上面的标题栏右击)中有\\\"关于\\\"的菜单. 这个是程序框架自带的, 自己没写代码. 这个Dlg程序, 因为简单, 没加啥菜单. 将授权也放到\\\"关于\\\"对话框中一并处理. 怕用户看不到咋进入\\\"关于\\\"菜单, 在UI上加了一个\\\"关于\\\"的按钮. 在这个按钮实现中

    2024年02月03日
    浏览(37)
  • About Machine Learning ( just a introducation :-)

    well,so I finally demind to use English to complete my blog whose context is related to Machine learing. Because my English is so poor and I want to get a better English skill. On the other hand, in order to emhance my understudying of machine and deep learning,I will make a effect to write every blog which is about AI in English. If this decision causes any

    2024年02月15日
    浏览(23)
  • Talking About Your Ideas - English Lesson Notes

    Hi! Tim here with another 925English lesson! In today’s lesson we’re going to learn how to talk about your ideas. You might be full of ideas about your company, your products, or how to connect with your customers. But those ideas aren’t very useful if you can’t tell other people about them. You probably find yourself in lots of situdations where you

    2024年01月18日
    浏览(45)
  • 有关Chrome的about:blank情况解决办法及出现原因

    问题 :chrome打开一个链接时,总显示about:blank#blocked。 解决方法: 检查Chrome的插件列表,暂时关闭AD block plus或与之功能类似的插件。 ======================================================================== 问题:“ about:blank ” 页面有什么用? 回答: 许多网络浏览器使用 URL 来访问网页。

    2024年02月05日
    浏览(48)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包