dotTrace:有 TeamCity 插件吗?
我正在研究是否可以通过代码签入 TeamCity
/ TFS
来运行性能测试。
有谁知道这是否可行?
I'm investigating whether we can run performance testing with code check ins to TeamCity
/ TFS
..
Does anyone know whether this is possible or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 jetBrains dotTrace 开发者社区帖子:
这意味着您将能够编写简单的 MSBuild/NAnt 脚本,该脚本从命令行执行 dotTrace,然后提取结果集 XML 文件并在 TeamCity 中显示。
Accordingly to the jetBrains dotTrace Developer Community post:
This mean that you would be able to write simple MSBuild/NAnt script which executes dotTrace from command line and then extract a results set XML file and show in TeamCity as well.
它看起来不像,但 TeamCity 确实提供了单元测试的持续时间以及这些测试随时间变化的历史图表。如果您使用运行程序的 Category 属性对测试进行分组,您应该能够创建一个显示在 TeamCity 构建输出中的性能装置。
It doesn't look like it, however TeamCity does provide the duration time for unit tests and a historical graph of those tests over time. If you use the Category attribute of your runner to group tests, you should be able to create a performance fixture that shows up in the TeamCity build output.