Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbou authored Apr 2, 2024
1 parent c8bad25 commit 5fa31ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Code/if-optimisation-models/src/lib/right-sizing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ graph:
price-change: Price decreased by 98%
output-id: 2f37753f-5152-42af-8470-49f258b0cfed
```
## Running the examples
To run the examples in the example folder use the command :
```bash
./run.sh <example without the suffix>
./run.sh low-util-aws #example run
```
## Available examples
- low-util-aws: a simple right sizing demo with 2 aws instances
- low-util-azure: a simple right sizing demo with 1 azure instance
- low-util-target: a simple right sizing demo with 1 azure instance and target cpu util < 100

## Contributing

Expand Down

0 comments on commit 5fa31ec

Please sign in to comment.