Skip to content

Commit

Permalink
Update slow worker formula
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 12, 2025
1 parent 5f6ad37 commit 465a270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ def parse_options(s):
if run_errors:
raise RunException("\n".join(run_errors))

if base_nps < 208082 / (1 + math.tanh((worker_concurrency - 1) / 8)):
if base_nps < 208082 / (1 + 3 * math.tanh((worker_concurrency - 1) / 8)):
raise FatalException(
"This machine is too slow ({} nps / thread) to run fishtest effectively - sorry!".format(
base_nps
Expand Down
2 changes: 1 addition & 1 deletion worker/sri.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"__version": 250, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "rRWsXlFkv+whgfQS9IIJVEWnbquhlDa0DYRkkJ43/L7NTRR9pt2+sA2hqHH0x9M/", "games.py": "9/tQ9khEGA5C78gyhsPMVqLU1OJQxz9szGzZ+xGV2d3RGgZseQr7C++oJoyIjNBK"}
{"__version": 250, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "rRWsXlFkv+whgfQS9IIJVEWnbquhlDa0DYRkkJ43/L7NTRR9pt2+sA2hqHH0x9M/", "games.py": "XkRn8mnpNzxRVv57Jue3EeDJm7sUhocBd8kYzC2nNfeCfspKKMoxSWZlEZ9Csmvz"}

0 comments on commit 465a270

Please sign in to comment.