From 5e3f6c46d13cd8b31dd5d9a8476c32d8157c0a0a Mon Sep 17 00:00:00 2001 From: fweddi Date: Thu, 27 Aug 2026 15:21:57 +0100 Subject: [PATCH] Roll variant headline out to 50% of users --- ab-testing/config/abTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index 6cbee25d650..4aecc64fa08 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -205,7 +205,7 @@ const ABTests: ABTest[] = [ status: "ON", expirationDate: "2036-08-12", type: "server", - audienceSize: 25 / 100, + audienceSize: 50 / 100, audienceSpace: "E", groups: ["a", "b"], shouldForceMetricsCollection: false,