在压力测试中假如有太多的用户并发运行则测试情况会越来越糟。应该参照JVM的规范来指定用户数。
The performance of your tests can degrade significantly if too many concurrent users are cooperating in a load test. The actual threshold number is JVM specific.
在压力测试中假如有太多的用户并发运行则测试情况会越来越糟。应该参照JVM的规范来指定用户数。
The performance of your tests can degrade significantly if too many concurrent users are cooperating in a load test. The actual threshold number is JVM specific.
应用推荐