// 官方示例
scenario("Standard User")
.exec(http("Access Github").get("https://github.com"))
.pause(2, 3)
.exec(http("Search for 'gatling'").get("https://github.com/search?q=gatling"))
.pause(2)
scenario("My Scenario")
原文:https://www.cnblogs.com/CSunShine/p/11607476.html