allocation was meant to be all equal on non idle markets, but it wasn't because the idle assets were not reallocated
withdrawing was rarely hitting more than 1 market
users were only fresh depositing, not re-depositing
What I did is:
fix the reallocation bug
make so that each user interacts twice, first time they deposit a lot and withdraw not much, second time they deposit not much and withdraw a lot (with avg total deposits/withdraw equal for each user). It makes so that when interacting the second time, users are on avg withdrawing from the vault and it at least withdraws from all markets for the last user - so it's closer to prod
So the idea is that previously:
What I did is: