Created by: luotao1
Others
test_cpu_profiler虽然是use_parallel_executor=True,但CPU测试并不需要独占GPU卡,因此将其拆分出来。
test_cpu_profiler
use_parallel_executor=True
拆分后,在py35上效果不明显。优化前37.69sec,优化后33.17 sec