Skip to content

Commit f523fbd

Browse files
committed
Docs: add benchmark quickstart commands to project README
1 parent f16b2ed commit f523fbd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,3 +835,18 @@ gcloud run deploy replayforge-worker \
835835
- `cancelled` status is reserved in the enum but not exposed via API
836836
- No dead-letter expiry or archival
837837
- No CI/CD pipeline (manual deploy steps above)
838+
839+
## Reliability Benchmark Quickstart
840+
841+
```bash
842+
make down
843+
make up
844+
make chaos
845+
make check
846+
```
847+
848+
For ingestion-focused profiling, run:
849+
850+
```bash
851+
make load
852+
```

0 commit comments

Comments
 (0)