Skip to content
Commit 0c98bb7a authored by Valentin Schneider's avatar Valentin Schneider
Browse files

lisa.tests.scheduler.misfit: Fix stagger delay computation

The stagger computation uses a flooring division, which doesn't really mix
with the expected range of the computation (ms i.e. 1e-3).

One could use a true division instead, but the original ratio doesn't make
much sense anyway, so let's just make it scale against the load balance
interval.
parent e8119fd0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment