以下是给我一个编译错误
setUp(
scn.inject(
constantUsersPerSec(10) during(30 seconds)
)
)
在IDE中获得以下编译错误
Cannot resolve symbol seconds.
我在IntelliJ上运行gradle并且不将模拟复制到gatling文件夹。 是否需要额外的进口?
答案 0 :(得分:12)
import scala.concurrent.duration._