galing

gatling系列教程(翻译)-第二节(What’s New in 2.2)

梦想的初衷 提交于 2019-12-05 18:11:18
JDK Gatling now requires JDK8. JVM default tuning uses G1 Garbage Collector, so we strongly advice you use a very up-to-date JDK, not early versions. gatling要求使用Jdk1.8,jvm默认调整使用G1垃圾收集器,因此我们强烈建议你使用最新JDK,而不是老版本的JDK. Core Feeder Shuffle You can now shuffle a feeder content before enqueuing its content, see Feeder documentation for more details. Assertions Gatling now supports “per-million” assertions, similar to “percent” ones. Conditional Checks (since 2.2.1) It’s now possible to only perform a given check when a given condition is met. See Conditional Checks documentation for more details. HTTP