Interop-MailSim
Interop-MailSim copied to clipboard
Some MailSim operations should not be cyclical
Mailsim does its job by iterating over sequence of groups/operations. However, if we want to generate some realistic load, some operations probably should not be repeated every iteration (e.g. folder create/delete). One way to approach this would to perform such operation every N-th iteration. Alternatively, they might be performed at random.