Update tests

This commit is contained in:
Alex Hyett 2023-09-27 14:36:30 +01:00
parent 4ac39a2730
commit c37e19537d
2 changed files with 5 additions and 9 deletions

View file

@ -7,13 +7,9 @@ if (hostname == null) hostname = 'localhost:5157';
export const options = {
stages: [
{ duration: '10s', target: 200 }, // ramp up
{ duration: '1m', target: 200 }, // stable
{ duration: '10s', target: 2000 }, // ramp up
{ duration: '5m', target: 2000 }, // stable
{ duration: '10s', target: 200 }, // ramp up
{ duration: '1m', target: 200 }, // stable
{ duration: '10s', target: 0 }, // ramp-down to 0 users
{ duration: '30s', target: 2000 }, // ramp up
{ duration: '2m', target: 2000 }, // stable
{ duration: '30s', target: 0 }, // ramp-down to 0 users
],
};

View file

@ -9,10 +9,10 @@ export const options = {
stages: [
{ duration: '1m', target: 200 }, // ramp up
{ duration: '5m', target: 200 }, // stable
{ duration: '1m', target: 400 }, // ramp up
{ duration: '5m', target: 400 }, // stable
{ duration: '1m', target: 800 }, // ramp up
{ duration: '5m', target: 800 }, // stable
{ duration: '1m', target: 1000 }, // ramp up
{ duration: '5m', target: 1000 }, // stable
{ duration: '5m', target: 0 }, // ramp-down to 0 users
],
};