-1

我是探索 gatling 的新手,我正在尝试在测试速率限制方面实现不同的案例。首先,gatling 是测试速率限制的好工具吗?此外,我可以使用哪些内置函数/方法来调用单个 http API 调用某些没有。单个虚拟用户在一个时间窗口内的次数;达到速率限制?

4

1 回答 1

1

Gatling can be used for that sort of thing, yes.

Gatling lets you define scenarios that have looping constructs and also allows specifying the number of users executing your scenarios concurrently, so you have a large degree of flexibility.

Check out the tutorials on the Gatling site for examples

于 2019-08-22T23:01:08.753 回答