Skip to content

Commit

Permalink
Revert step times
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Jul 14, 2024
1 parent 3f2f601 commit 2b4091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def run_worker(index: int, batch_size: int, step_time: float, initial_peers: Lis
dht.shutdown()

worker_batch_sizes = [12, 16, 24, 64]
worker_step_times = [0.6, 0.5, 0.2, 0.2]
worker_step_times = [0.6, 0.5, 0.4, 0.4]

workers = []
for i, (peer_batch_size, peer_step_time) in enumerate(zip(worker_batch_sizes, worker_step_times), start=1):
Expand Down

0 comments on commit 2b4091a

Please sign in to comment.