gpt4 book ai didi

asynchronous - 加特林 2 : concurrent request handling

转载 作者:行者123 更新时间:2023-12-03 16:44:09 26 4
gpt4 key购买 nike

我对使用 .exec 时 Gatling 的行为有疑问结合 .resources .
documentation非常简要地描述了该行为:

Allows to fetch resources in parallel in order to emulate the behaviour of a real web browser



让我们考虑以下简单的场景:
  val scn = scenario("Test Scenario")
.exec(
http("Base Page").get("/")
.resources(
http("Resource A").get(host + "/resource_a.js"),
http("Resource B").get(host + "/resource_b.js")
)
)

.exec(
http("Resource X").get(host + "/resource_x.js")
)

我的问题是:第二个是什么时候 .exec正在执行资源 X 的块?

a) 只要第一个 .exec 的“主要请求”块返回(即当 Base Page 请求返回时)

b) 当第一个 .exec 的所有请求返回的块(即当基页以及资源 A 和资源 B 已被获取时)

最佳答案

答案是:b,当所有资源都被获取时。

关于asynchronous - 加特林 2 : concurrent request handling,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28394086/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com