解决这个问题的一种方法是将线程分配和管理的测试作为您的常规系统测试的一部分。
One way of addressing this is to make testing thread allocation and management part of your regular system test.
除了确认被测系统的正确性外,还可以将测试作为文档提供。
In addition to verifying the correctness of the system under test, tests also serve as documentation.
通过将负载测试作为预定的自动构建的一部分来运行,您可以更快地确定您的系统在某些负载条件下的执行情况,并快速适应变化。
By running load tests as part of a scheduled and automated build, you can more quickly determine how your system performs under certain load conditions and quickly adapt to changes.
应用推荐