You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/server/README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,35 @@ curl 127.0.0.1:8080/load \
67
67
-H "Content-Type: multipart/form-data" \
68
68
-F model="<path-to-model-file>"
69
69
```
70
+
71
+
## Load testing with k6
72
+
73
+
> **Note:** Install [k6](https://k6.io/docs/get-started/installation/) before running the benchmark script.
74
+
75
+
You can benchmark the Whisper server using the provided bench.js script with [k6](https://k6.io/). This script sends concurrent multipart requests to the /inference endpoint and is fully configurable via environment variables.
0 commit comments