Skip to content

Commit f1700af

Browse files
authored
fix(perf): fix CI install and remove fragile WorkerPoller kwarg (#1206)
1 parent 9c33a7c commit f1700af

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/perf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Install hindsight-dev dependencies
7373
run: |
74-
cd hindsight-dev && uv sync --frozen --index-strategy unsafe-best-match
74+
cd hindsight-dev && uv sync --frozen --all-extras --index-strategy unsafe-best-match
7575
7676
- name: Run perf tests
7777
run: |

hindsight-dev/benchmarks/perf/system_perf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ async def _populate_bank(engine: Any, bank_id: str, size: int) -> None:
209209
executor=engine.execute_task,
210210
poll_interval_ms=200,
211211
max_slots=8,
212-
consolidation_max_slots=0,
213212
)
214213
poller_task = asyncio.create_task(poller.run())
215214

0 commit comments

Comments
 (0)