Adding a TeamCity build step for dotTrace with thresholds for all unit tests

57 Views Asked by At

I would like to add performance thresholds for all unit tests in my build step using the dotTrace plugin for TeamCity. Referencing the article here, the example seems to indicate that you have to put individual threshold values for each method.

Specifically I'd like to know the following,

  1. Is there a way to have the build just compare a previously generated performance profile on all unit tests against a new one (without having to specify threshold values for each individual method).
  2. Can this also be accomplished using the ReSharper Ultimate plugin with dotTrace for Microsoft Visual Studio.

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

After some research I found that this was not possible, according to the comment by Alexey Totin here (as of March 22, 2016).