Node.js 的基准测试

发布于 2024-11-01 23:25:44 字数 156 浏览 0 评论 0 原文

我想在不同的板和架构(arm/ia32)之间对node.js的使用进行一些比较。 任何人都可以向我指出一组使用 Node.js 的相关基准测试(如果有)吗?

我不是在寻找一般的 JavaScript 基准测试,而是在寻找与 Node.js 相关且特定的东西。

谢谢。

I would like to do some comparison between different boards and architectures (arm/ia32) in terms of usage node.js.
Can anyone point to me to a set of relevant benchmark tests that make usage of node.js, if there are any?

I am not looking for general JavaScript benchmarks tests, but something that is node.js related and specific.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福不弃 2024-11-08 23:25:44

我不太确定这是否是您正在寻找的内容,但您始终可以使用 abapache-utils 包的一部分)来对文件进行基准测试由节点提供服务并发出并发请求。

$ ab http://example.com/client.html/ -n 10000 -c 1000

这将使用 1000 个并发连接和总共 10000 个连接进行测试。

这是夫妇 篇博客文章很有趣

I'm not too sure if this is what you're looking for, but you could always use ab (a part of the apache-utils package) to benchmark the file served by node and make concurrent requests.

$ ab http://example.com/client.html/ -n 10000 -c 1000

This would test with a 1000 concurrent connections and a total of 10000 connections.

Here are a couple of blog posts you may find interesting if you decide to go ahead with ab

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文