Skip to content

Commit 241aceb

Browse files
committed
Update over saturation flag name in docs
Signed-off-by: Samuel Monson <smonson@redhat.com>
1 parent 95628aa commit 241aceb

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docs/guides/over_saturation_stopping.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ guidellm benchmark \
4141
--target http://localhost:8000 \
4242
--profile throughput \
4343
--rate 10 \
44-
--over-saturation True
44+
--detect-saturation
4545
```
4646

4747
### Advanced Configuration
@@ -56,18 +56,6 @@ guidellm benchmark \
5656
--over-saturation '{"enabled": true, "min_seconds": 60, "max_window_seconds": 300, "moe_threshold": 1.5}'
5757
```
5858

59-
### Using the Alias
60-
61-
You can also use the `--detect-saturation` alias:
62-
63-
```bash
64-
guidellm benchmark \
65-
--target http://localhost:8000 \
66-
--profile throughput \
67-
--rate 10 \
68-
--detect-saturation True
69-
```
70-
7159
## Configuration Options
7260

7361
The following parameters can be configured when enabling over-saturation detection:
@@ -94,7 +82,7 @@ guidellm benchmark \
9482
--target http://localhost:8000 \
9583
--profile sweep \
9684
--rate 5 \
97-
--over-saturation True
85+
--detect-saturation
9886
```
9987

10088
### Cost-Effective Benchmarking

0 commit comments

Comments
 (0)