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,
- 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).
- Can this also be accomplished using the
ReSharper Ultimateplugin withdotTraceforMicrosoft Visual Studio.
Thanks in advance.
After some research I found that this was not possible, according to the comment by Alexey Totin here (as of March 22, 2016).