代码之家  ›  专栏  ›  技术社区  ›  Viktor

金牛座的加特林

  •  0
  • Viktor  · 技术社区  · 7 年前

    我熟悉性能工具,发现金牛座似乎很棒。
    我想在金牛座运行加特林,这是可能的执行者。

    但是,在测试期间,应该使用包含测试动态数据的文本文件。加特林可以用它的喂食器做到这一点,但是当我使用加特林的时候金牛座有什么支持吗?
    或者对jmeter或ocast有类似的支持吗?

    我只找到了下面的邮件线程,但最后没有解决方案。
    https://groups.google.com/forum/#!topic/codename-taurus/wUxSBjWwJ5I

    任何帮助都将不胜感激!

    谢谢,
    v.诉

    1 回复  |  直到 7 年前
        1
  •  1
  •   Dmitri T    7 年前

    调查 JMeter Executor 它支持csv文件,通过 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 更多信息指南