2nd round of benchmark modifications (tiny adjustements to avoid

overloading the host).
This commit is contained in:
Nicolas Patry 2024-04-26 13:38:03 +00:00
parent ee47973a2f
commit 99ac8783d2

View File

@ -26,23 +26,23 @@ export function get_options() {
// }], // }],
}, },
scenarios: { scenarios: {
single_user: { // single_user: {
// executor: 'constant-arrival-rate',
// duration: '60s',
// preAllocatedVUs: 1,
// rate: 20,
// timeUnit: '1s',
// },
load_test: {
executor: 'constant-arrival-rate', executor: 'constant-arrival-rate',
duration: '60s', duration: '60s',
preAllocatedVUs: 1, preAllocatedVUs: 100,
rate: 1, rate: 1,
timeUnit: '1s', timeUnit: '1s',
}, },
// load_test: {
// executor: 'constant-arrival-rate',
// duration: '60s',
// preAllocatedVUs: 100,
// rate: 1,
// timeUnit: '1s',
// },
// breakpoint: { // breakpoint: {
// executor: 'ramping-arrival-rate', //Assure load increase if the system slows // executor: 'ramping-arrival-rate', //Assure load increase if the system slows
// preAllocatedVUs: 1000, // preAllocatedVUs: 300,
// stages: [ // stages: [
// { duration: '60s', target: 100 }, // just slowly ramp-up to a HUGE load // { duration: '60s', target: 100 }, // just slowly ramp-up to a HUGE load
// ], // ],