Interop-MailSim icon indicating copy to clipboard operation
Interop-MailSim copied to clipboard

Some MailSim operations should not be cyclical

Open v-am opened this issue 10 years ago • 0 comments

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.

v-am avatar Jul 29 '15 18:07 v-am