(→Available Time)
|
(→Latency Calculation)
|
Line 56: | |||
<pre>(total-minutes-needed / 2 minutes-per-upgrade) * 5 agents-concurrent = CEILING(num-agents)sig5</pre> | <pre>(total-minutes-needed / 2 minutes-per-upgrade) * 5 agents-concurrent = CEILING(num-agents)sig5</pre> | ||
- | ==== Latency Calculation ==== | ||
- | <font color=#005600>Use this formula if you ''know number of agents & total time'' but '''do not know what the latency of the upgrade is (default is 2 minutes-per-upgrade)'''.</font> | ||
- | <pre>(60 minutes-per-hour * 5 agents-concurrent * total-hours) / num-agents = minutes-per-upgrade</pre> | ||
=== Scenarios === | === Scenarios === | ||
'''1 agent''': <font face=monospace>((1ag * 2mpu) / 5con) / 60mph = '''''0.006 hours'''''</font> | '''1 agent''': <font face=monospace>((1ag * 2mpu) / 5con) / 60mph = '''''0.006 hours'''''</font> |