We use the SAP S / 4HANA Cloud SDK in our project and have the configuration below for JMeter tests. However, I would like to change the thresholds for failure and warning. How to adjust these values?
checkJMeter: options: '' testPlan: './performance-tests/JMeter/*' dockerImage: 'famiko/jmeter-base'
Use the setting below to set thresholds.
checkJMeter: options: '' testPlan: './performance-tests/JMeter/*' dockerImage: 'famiko/jmeter-base' failThreshold : 80 # configurable unstableThreshold: 70 # Should always be less than failThreshold
The default values ββfor error and warning are 100 and 90, respectively.
Source: https://habr.com/ru/post/1273165/More articles:How can we make the keyboard below textView in swift? - swiftHow does vue take on the preview page? - vue.jsF #, Forward the match case without using a temporary variable - f #How to configure an angular project as a dependency in the .json package of another angular project - angularTwig is_granted not working in Behat script - symfonyWhy is Python3 so much slower than Python2 in my task? - performanceRunning JUnit 4 and JUnit 5 tests in the same assembly - javaHow to fix this mouseover function on canvas - javascriptHow to configure type name or filter by request type with Elasticsearch integration? - hibernate-searchAngular 4 New HttpClient Content Headers - angularAll Articles