mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
only 10 VUs
This commit is contained in:
parent
cd1e2cd2cf
commit
b727e0aedc
@ -36,7 +36,7 @@ export function get_options() {
|
|||||||
load_test: {
|
load_test: {
|
||||||
executor: 'constant-arrival-rate',
|
executor: 'constant-arrival-rate',
|
||||||
duration: '60s',
|
duration: '60s',
|
||||||
preAllocatedVUs: 50, // not enough RAM for 100 VUs
|
preAllocatedVUs: 10, // not enough RAM for 100 VUs
|
||||||
rate: 1,
|
rate: 1,
|
||||||
timeUnit: '1s',
|
timeUnit: '1s',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user