Skip to content

Commit

Permalink
Maintaining common benchmarks utils in a separate dir (#770)
Browse files Browse the repository at this point in the history
Creating benchmarks utils
- moved common functions to utils dir
- cleaned up benchmarks/autoscaling
- updated benchmarks/autoscaling/run-test.sh

Signed-off-by: “Gangmuk <[email protected]>
  • Loading branch information
gangmuk authored Mar 2, 2025
1 parent d6148a4 commit e28c509
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 792 deletions.
202 changes: 0 additions & 202 deletions benchmarks/autoscaling/7b.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions benchmarks/autoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ For example,
There are two plots that you can plot.

### Generating report
`python plot-everything.py <experiment_home_dir>`
`python <aibrix_root_repo>/benchmarks/plot/plot-everything.py <experiment_home_dir>`

For example,
`python plot-everything.py experiment_results/25min_test`
`python <aibrix_root_repo>/benchmarks/plot/plot-everything.py experiment_results/25min_test`

The directories should look like
```bash
Expand All @@ -60,12 +60,12 @@ ls experiment_results/25min_test

### Generating per pod graph
```bash
python plot_per_pod.py <experiment_pod_logs_dir>
python <aibrix_root_repo>/benchmarks/plot/plot_per_pod.py <experiment_pod_logs_dir>
```

For example,
```bash
python plot_per_pod.py experiment_results/25min_test/25min_up_and_down-apa-least-request-20250209-064742/pod_logs
python <aibrix_root_repo>/benchmarks/plot/plot_per_pod.py experiment_results/25min_test/25min_up_and_down-apa-least-request-20250209-064742/pod_logs
```
Move all experiment output dir under the same dir (e.g., 25min_test) to compare them in the report.

Expand Down
18 changes: 0 additions & 18 deletions benchmarks/autoscaling/apa.yaml

This file was deleted.

137 changes: 0 additions & 137 deletions benchmarks/autoscaling/bench_workload_generator.py

This file was deleted.

Loading

0 comments on commit e28c509

Please sign in to comment.