额外导入持续时间/分钟DSL工作

时间:2016-04-08 10:33:31

标签: gatling

以下是给我一个编译错误

setUp(
    scn.inject(
      constantUsersPerSec(10) during(30 seconds)
    )
 )

在IDE中获得以下编译错误

Cannot resolve symbol seconds. 

我在IntelliJ上运行gradle并且不将模拟复制到gatling文件夹。 是否需要额外的进口?

1 个答案:

答案 0 :(得分:12)

import scala.concurrent.duration._