Skip to content

Commit 8c162ec

Browse files
committed
feat: minor adjustments following demo recording
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
1 parent 16c865e commit 8c162ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

tests/planner/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# E2E test results - don't commit test artifacts to git
2+
e2e_scaling_results/
3+
4+
# Temporary files
5+
*.tmp
6+
*.log
7+
8+
# Python cache
9+
__pycache__/
10+
*.pyc
11+
*.pyo

tests/planner/test_scaling_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ async def run_scaling_test(self) -> Dict:
290290

291291
try:
292292
# Use the load generator's built-in scaling test
293-
logger.info("Running hardcoded scaling scenario (12 req/s -> 24 req/s)")
293+
logger.info("Running scaling scenario (8 req/s -> 15 req/s -> 25 req/s)")
294294
load_results = await self.load_generator.run_scaling_test()
295295

296296
phase1_results = load_results.get("phase1", {})

0 commit comments

Comments
 (0)