I have below options mentioned in the test
httpDebug: ‘full’,
summaryTrendStats: ['avg', 'min', 'max', 'p(90)', 'p(95)', 'p(99)', 'count'],
thresholds: {
checks: [{ threshold: 'rate == 0.9', abortOnFail: false }],
},
tags: {
suite: `${__ENV.SUITE_NAME}`
},
scenarios: {
performanceTest: {
"executor": "per-vu-iterations",
"exec": name,
"vus": 5,
"iterations": 200
}
},