3

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?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
James Radford
  • 1,815
  • 4
  • 25
  • 40

2 Answers2

2

Accordingly to the jetBrains dotTrace Developer Community post:

DotTrace 4 command line support is scheduled to dotTrace Performance version 4.6 (release in September 2011)

4.6 EAP will start earlier.

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.

sll
  • 61,540
  • 22
  • 104
  • 156
0

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.

Ritch Melton
  • 11,498
  • 4
  • 41
  • 54