Hey, does anyone running overlapping tests on Growthbook? 🙃 🆎
✅ 2
👋 1
b
billowy-window-97200
08/06/2024, 9:37 AM
Do you mean tests in parallel on the same page?
s
strong-mouse-55694
08/08/2024, 4:19 PM
We do have users doing this and some use namespaces if they want the experiments to be mutually exclusive.
Generally, meaningful interactions between tests are actually quite rare, and keeping a higher rate of experimentation is usually more beneficial (if this was the concern). We have more guidance on the topic, too.
thankyou 1
h
hundreds-midnight-51493
08/12/2024, 1:28 PM
Yeah, we use namespaces.
I always keep my experiments within 50% of the namespaces, so that if anyone else wants to run a test, they can get started straight away by using the other half of the namespace.
It does mean the tests have to run for twice as long, but I think this is worthwhile given that we avoid having to pre-schedule tests to avoid clashes.
f
fresh-stone-24633
08/15/2024, 12:41 PM
Yeah we use namespaces quite a lot
fresh-stone-24633
08/15/2024, 12:42 PM
And also condition groups this makes selection/targetting easy and also can help preventing overlapping experiments.