server: bench: doc add an option to debug http request
This commit is contained in:
parent
572758a665
commit
06e225f843
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ Or with [k6 options](https://k6.io/docs/using-k6/k6-options/reference/):
|
||||||
SERVER_BENCH_N_PROMPTS=500 k6 run script.js --duration 10m --iterations 500 --vus 8
|
SERVER_BENCH_N_PROMPTS=500 k6 run script.js --duration 10m --iterations 500 --vus 8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To [debug http request](https://k6.io/docs/using-k6/http-debugging/) use `--http-debug="full"`
|
||||||
|
|
||||||
#### Metrics
|
#### Metrics
|
||||||
|
|
||||||
Following metrics are available computed from the OAI chat completions response `usage`:
|
Following metrics are available computed from the OAI chat completions response `usage`:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue