Skip to content

Commit 23baac4

Browse files
jmelahmanclaude
andcommitted
fix(loadtest): correct the Docker build-context path in the README
The move to tools/ updated the Setup section but missed the Docker section, which runs `cd loadtest && docker build ...`. From the repo root that now fails. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent f3f7236 commit 23baac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/loadtest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ p95 / failure rate bend up, and which resource saturates first.
261261
## Docker
262262

263263
```bash
264-
cd loadtest && docker build -f mock_llm/Dockerfile -t onyx-mock-llm .
264+
cd tools/loadtest && docker build -f mock_llm/Dockerfile -t onyx-mock-llm .
265265
docker run -p 8001:8000 onyx-mock-llm
266266

267267
# Locust harness image (locustfile + scenarios baked in, for k8s/)

0 commit comments

Comments
 (0)