select multiple thread exectutor or serialExecutor by json config
qingfengxia opened this issue · 1 comments
qingfengxia commented
if the thread count is 1, then serialExecutor is used instead, useful in benchmarking and validation.
use thread pool, thread count == 1, it is not equal to use serialExecutor, there is tiny cost. NOTE imprinting is a coupled operation, not supported/code for serial single thread SerialExecutor.
qingfengxia commented
imprinting is a coupled operation, not supported/code for serial single thread executor.