简体   繁体   English

dotTrace:有没有TeamCity插件?

[英]dotTrace: is there a TeamCity plugin?

I'm investigating whether we can run performance testing with code check ins to TeamCity / TFS .. 我正在调查我们是否可以使用代码检查对TeamCity / TFS进行性能测试。

Does anyone know whether this is possible or not? 有谁知道这是否可能?

Accordingly to the jetBrains dotTrace Developer Community post : 相应的jetBrains dotTrace开发者社区帖子

DotTrace 4 command line support is scheduled to dotTrace Performance version 4.6 (release in September 2011) DotTrace 4命令行支持计划为dotTrace Performance版本4。6(2011年9月发布)

4.6 EAP will start earlier. 4.6 EAP将提前开始。

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. 这意味着您将能够编写简单的MSBuild / NAnt脚本,该脚本从命令行执行dotTrace,然后提取结果集XML文件并在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. 它看起来不像,但TeamCity确实提供了单元测试的持续时间和这些测试的历史图表。 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. 如果使用运行器的Category属性对测试进行分组,则应该能够创建一个显示在TeamCity构建输出中的性能夹具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM