Scala 库的自动性能测试

发布于 2024-09-05 19:44:41 字数 52 浏览 9 评论 0原文

Scala 测试库是否有助于性能测试?在 ScalaTest 或规范中找不到任何相关内容。

Do any Scala testing libraries help with performance tests? Can't find anything relevant in ScalaTest or specs.

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

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

发布评论

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

评论(2

瑾兮 2024-09-12 19:44:41

ScalaMeter(向 Alexandar Procopec 致敬):用于 JVM 平台的微基准测试和性能回归测试框架,允许以简单明了的方式表达性能测试。

  • 它可以在 Scala 和 Java 中使用。
  • 在类似于 ScalaTest 和 ScalaCheck 的 DSL 中编写性能测试
  • 指定测试输入数据
  • 指定如何收集测试结果
  • 按层次结构组织性能测试

ScalaMeter (hat tip to Alexandar Procopec): a microbenchmarking and performance regression testing framework for the JVM platform that allows expressing performance tests in a way which is both simple and concise.

  • It can be used both from Scala and Java.
  • write performance tests in a DSL similar to ScalaTest and ScalaCheck
  • specify test input data
  • specify how test results are collected
  • organize performance tests hierarchically
谈场末日恋爱 2024-09-12 19:44:41

SPerformance 正在朝着这个目标迈进:http://github.com/jsuereth/sperformance/

SPerformance is heading towards this goal: http://github.com/jsuereth/sperformance/

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