执行结果如下:
If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
执行结果如下,每个线程都是从第一个sample开始执行的:
If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but across all threads, for example in a configuration with 4 threads and 3 child controllers, on first iteration thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller
原文:https://www.cnblogs.com/shilimaixiang/p/11521571.html