mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 04:22:08 +00:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
|
{% include 'main.js.j2' %}
|
||
|
|
||
|
export function get_options() {
|
||
|
return {
|
||
|
scenarios: {
|
||
|
load_test: {
|
||
|
executor: 'constant-vus',
|
||
|
gracefulStop: '0s',
|
||
|
duration: '{{ duration }}',
|
||
|
vus: {{ vus }},
|
||
|
},
|
||
|
},
|
||
|
};
|
||
|
}
|