Commit Graph

9 Commits

Author SHA1 Message Date
Hongkuan Zhou 359765d354
feat: load-based scaling in SLA Planner (#6145)
Signed-off-by: hongkuanz <hongkuanz@nvidia.com>
2026-02-14 09:43:02 -08:00
MatejKosec 4ad739dd32
fix: prevent aiperf pipe hang in planner scaling test (#6099)
Replace PIPE-based stdout/stderr capture with direct file output in LoadGenerator.generate_load() to prevent orphaned aiperf child processes from blocking communicate() indefinitely
Add start_new_session=True so os.killpg() can kill the entire process tree on timeout (not just the main process)
Add unit test validating process-group kill on timeout
Fixes DYN-2086
2026-02-10 18:49:15 +00:00
Tushar Sharma cf433e6825
chore: update all copyright headers in repo to 2026 (#5130)
Signed-off-by: Tushar Sharma <tusharma@nvidia.com>
2026-01-02 22:08:23 +00:00
Hongkuan Zhou fa45ff1f8a
fix: revert change to aiperf output format (#3837)
Signed-off-by: hongkuanz <hongkuanz@nvidia.com>
2025-10-22 23:57:44 +00:00
hhzhang16 7b2f95e49f
fix: bug fixes for planner tests (#3821)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
2025-10-22 15:01:00 -07:00
Anthony Casagrande 333ee9834f
fix: update invalid AIPerf scripts and parsing logic (#3675)
Signed-off-by: Anthony Casagrande <acasagrande@nvidia.com>
2025-10-16 13:30:11 -07:00
Harshini Komali 9f310225eb
feat: Replace genai-perf with aiperf (#3533)
Signed-off-by: lkomali <lkomali@nvidia.com>
2025-10-16 09:58:36 -07:00
hhzhang16 65fa037d5f
feat: update directory structure in script and simplify planner scaling test (#3049)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
2025-09-16 21:26:52 +00:00
hhzhang16 353ba5dbb5
test: add tests for replica calculation and planner scaling (#2525)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
2025-08-29 17:52:27 +00:00