Tidy up formatting of perf scenarios
This commit is contained in:
parent
0e6d7e9a40
commit
06e6397dd1
|
@ -84,6 +84,7 @@ export const options = {
|
||||||
},
|
},
|
||||||
thresholds: {
|
thresholds: {
|
||||||
checks: [ 'rate==1' ],
|
checks: [ 'rate==1' ],
|
||||||
|
// Listing individual metrics due to https://github.com/grafana/k6/issues/1321
|
||||||
'http_req_duration{name:Shopper - Site Root}': [
|
'http_req_duration{name:Shopper - Site Root}': [
|
||||||
`${ shopper_request_threshold }`,
|
`${ shopper_request_threshold }`,
|
||||||
],
|
],
|
||||||
|
|
|
@ -85,6 +85,7 @@ export const options = {
|
||||||
},
|
},
|
||||||
thresholds: {
|
thresholds: {
|
||||||
checks: [ 'rate==1' ],
|
checks: [ 'rate==1' ],
|
||||||
|
// Listing individual metrics due to https://github.com/grafana/k6/issues/1321
|
||||||
'http_req_duration{name:Shopper - Site Root}': [
|
'http_req_duration{name:Shopper - Site Root}': [
|
||||||
`${ shopper_request_threshold }`,
|
`${ shopper_request_threshold }`,
|
||||||
],
|
],
|
||||||
|
|
|
@ -88,6 +88,7 @@ export const options = {
|
||||||
},
|
},
|
||||||
thresholds: {
|
thresholds: {
|
||||||
checks: [ 'rate==1' ],
|
checks: [ 'rate==1' ],
|
||||||
|
// Listing individual metrics due to https://github.com/grafana/k6/issues/1321
|
||||||
'http_req_duration{name:Shopper - Site Root}': [
|
'http_req_duration{name:Shopper - Site Root}': [
|
||||||
`${ shopper_request_threshold }`,
|
`${ shopper_request_threshold }`,
|
||||||
],
|
],
|
||||||
|
|
|
@ -118,6 +118,7 @@ export const options = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
thresholds: {
|
thresholds: {
|
||||||
|
// Listing individual metrics due to https://github.com/grafana/k6/issues/1321
|
||||||
'http_req_duration{name:Shopper - Site Root}': [
|
'http_req_duration{name:Shopper - Site Root}': [
|
||||||
`${ shopper_request_threshold }`,
|
`${ shopper_request_threshold }`,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue