visual-studio - Resharper 单元测试运行器明显慢于 NUnit 控制台

标签 visual-studio unit-testing nunit resharper

Resharper Unit Test Runner 的运行速度明显慢于 nunit-console 或 nunit gui。

例如,通过 nunit-console 进行 3800 次测试只需要 60 多秒,但在 Resharper Unit Test runner 中运行这些相同的测试需要 5 多分钟。为什么会有如此显着的差异?

由于我们的测试代码库显着增长,这确实开始拖慢我们的速度。有没有其他人遇到过类似的问题?你是怎么处理的?

Resharper Visual Studio 集成非常好,但是我们可能需要求助于其他东西。

最佳答案

我遇到了同样的问题,我切换到 TestDriven.Net ,快如闪电。

关于visual-studio - Resharper 单元测试运行器明显慢于 NUnit 控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1429685/

相关文章:

.net - 是否有任何工具可以在 Visual-Studio 中进行代码审查?

unit-testing - 具有副作用的 F# UnitTesting 函数

.net - 使用NUnit与ASP.NET WebApi Controller 执行集成测试

c# - Webdriver 在错误的输入元素中输入了错误的文本

c# - ASP.NET 集成测试 - TestDrive.net 不会运行它们,其他测试运行者会

visual-studio - pthread 与 Visual Studio 2013 中的应用程序静态链接

vb.net - 在 VB.NET Intellisense 中禁用 Common Tab

.net - 在 Visual Studio 中添加 Azure Key Vault 连接服务将继续显示 "Verifying that your application will have access to the key vault"

运行 junit 测试用例时出现 java.lang.StackOverflowError

Angular Testing : How to provide configuration object to service class with TestBed?