Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在项目中使用 SAP S/4HANA Cloud SDK 管道,并为 JMeter 测试配置了以下配置。但是,我想更改失败和警告的阈值。如何自定义这些值?
checkJMeter: options: '' testPlan: './performance-tests/JMeter/*' dockerImage: 'famiko/jmeter-base'
使用以下配置自定义阈值。
checkJMeter: options: '' testPlan: './performance-tests/JMeter/*' dockerImage: 'famiko/jmeter-base' failThreshold : 80 # configurable unstableThreshold: 70 # Should always be less than failThreshold
错误和警告的默认值分别为 100 和 90。