0

我是 scala 和 gatling 的新手。到目前为止,我已经使用 gatling 记录了特定于场景的模拟,但我想知道如何单独对每个 API 执行加载。

在我的场景中,我有不同的 API,如 loginservice、accountservice 和消息服务,并且由于记录的场景是特定于场景的,它们实际上并没有单独对每个 API 执行负载测试。

我想分别对每个 API 执行负载测试并检查性能。

请让我知道实现这一目标的方法。

4

1 回答 1

0

You could write different different Simulation classes for each APi or even write it in the same scenario. Depends on how to run them. The gatling documentation is pretty useful in this case. Also you could check the google group for gatling for more answers!

于 2018-07-24T13:32:21.487 回答