update scenario names

This commit is contained in:
Iramis Valentin 2025-04-14 16:01:47 +00:00
parent 46eca3818a
commit 889e2c89e5
No known key found for this signature in database
GPG Key ID: 1A97D5A92B296881
4 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,