mirror of https://github.com/rancher/dartboard.git
update scenario names
This commit is contained in:
parent
46eca3818a
commit
889e2c89e5
|
|
@ -20,7 +20,7 @@ export const headerDataRecv = new Trend('header_data_recv');
|
|||
export const options = {
|
||||
setupTimeout: '8h',
|
||||
scenarios: {
|
||||
load: {
|
||||
get: {
|
||||
executor: 'per-vu-iterations',
|
||||
exec: 'getCRDs',
|
||||
vus: vus,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export const timePolled = new Trend('time_polled', true);
|
|||
|
||||
export const options = {
|
||||
scenarios: {
|
||||
delete: {
|
||||
load: {
|
||||
executor: 'shared-iterations',
|
||||
exec: 'loadCRDs',
|
||||
vus: vus,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export const timePolled = new Trend('time_polled', true);
|
|||
|
||||
export const options = {
|
||||
scenarios: {
|
||||
delete: {
|
||||
update: {
|
||||
executor: 'shared-iterations',
|
||||
exec: 'updateCRDs',
|
||||
vus: vus,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export const timePolled = new Trend('time_polled', true);
|
|||
|
||||
export const options = {
|
||||
scenarios: {
|
||||
delete: {
|
||||
destructiveUpdate: {
|
||||
executor: 'shared-iterations',
|
||||
exec: 'updateCRDs',
|
||||
vus: vus,
|
||||
|
|
|
|||
Loading…
Reference in New Issue