Skip to content

Commit

Permalink
adding brad runner with variable clients (run_variable_clients.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuziniu committed Mar 19, 2024
1 parent 6917d7e commit e6c6e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/IMDB_extended/run_variable_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def __init__(
self.pause_semaphore = pause_semaphore
self.resume_semaphore = resume_semaphore
self.paused_clients: List[int] = []
self.running_clients: List[int] = list(range(total_num_clients))
self.running_clients: List[int] = list(range(total_num_clients))
self.num_running_clients: int = total_num_clients

def adjust_num_running_clients(
Expand Down

0 comments on commit e6c6e96

Please sign in to comment.