带喂食器的金牛座加特林
Gatling in Taurus with feeder
我正在熟悉性能工具,我发现 Taurus 看起来很棒。
我想 运行 金牛座的加特林机枪,这对执行者来说是可能的。
但是在测试期间,应该使用包含测试动态数据的文本文件。 Gatling 可以用它的喂食器做到这一点,但是当我使用 Gatling 时,Taurus 有任何支持吗?
或者对 JMeter 或 Locust 有类似的支持吗?
我只找到了以下邮件线程,但最后没有解决方案。
https://groups.google.com/forum/#!topic/codename-taurus/wUxSBjWwJ5I
非常感谢任何帮助!
谢谢,
五、
调查 JMeter Executor 它通过 data-source
部分
支持 CSV 文件
data-sources: # list of external data sources
- path/to/my.csv # this is a shorthand form
- path: path/to/another.csv # this is full form, path option is required
delimiter: ';' # CSV delimiter, auto-detected by default
quoted: false # allow quoted data
loop: true # loop over in case of end-of-file reached if true, stop thread if false
variable-names: id,name # delimiter-separated list of variable names, empty by default
有关详细信息,请参阅 Navigating your First Steps Using Taurus 指南
我正在熟悉性能工具,我发现 Taurus 看起来很棒。
我想 运行 金牛座的加特林机枪,这对执行者来说是可能的。
但是在测试期间,应该使用包含测试动态数据的文本文件。 Gatling 可以用它的喂食器做到这一点,但是当我使用 Gatling 时,Taurus 有任何支持吗?
或者对 JMeter 或 Locust 有类似的支持吗?
我只找到了以下邮件线程,但最后没有解决方案。
https://groups.google.com/forum/#!topic/codename-taurus/wUxSBjWwJ5I
非常感谢任何帮助!
谢谢,
五、
调查 JMeter Executor 它通过 data-source
部分
data-sources: # list of external data sources
- path/to/my.csv # this is a shorthand form
- path: path/to/another.csv # this is full form, path option is required
delimiter: ';' # CSV delimiter, auto-detected by default
quoted: false # allow quoted data
loop: true # loop over in case of end-of-file reached if true, stop thread if false
variable-names: id,name # delimiter-separated list of variable names, empty by default
有关详细信息,请参阅 Navigating your First Steps Using Taurus 指南