有没有办法在模拟中配置Gatling?

时间:2015-11-05 14:03:22

标签: gatling

有没有办法在模拟中配置Gatling?我尝试从Scala中设置lowerBound和higherBound。我想出了如何覆盖它:

    if (count($images) > 0) { 

        $img = $images[0];
        $img = str_replace("../","", $img); 
        echo "<a href='acco.php'>
        <div>
            <div>
                <img src='$img'>
            </div>"; //<----- SEMI COLON HERE

    }

但我只想添加两个属性。

1 个答案:

答案 0 :(得分:1)

不,为时已晚:配置在模拟之前加载。