0

Enable FledgePrepareSellerContextsInAdvance

This flag makes scoring faster -- and almost all contexts we prepare in
advance will be used, because we only prepare a context when we get a
scoreAd task.

Bug: 381063093
Change-Id: I381e366ff8ded059e32631b181fe32e01877a127
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6393575
Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org>
Reviewed-by: Russ Hamilton <behamilton@google.com>
Cr-Commit-Position: refs/heads/main@{#1438411}
This commit is contained in:
Abigail Katcoff 2025-03-26 14:41:32 -07:00 committed by Chromium LUCI CQ
parent 246ae2239a
commit c833e3de43
2 changed files with 1 additions and 20 deletions
content/services/auction_worklet/public/cpp
testing/variations

@ -78,7 +78,7 @@ BASE_FEATURE_PARAM(int,
BASE_FEATURE(kFledgePrepareSellerContextsInAdvance,
"FledgePrepareSellerContextsInAdvance",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
BASE_FEATURE_PARAM(int,
kFledgeMaxSellerContextsPerThreadInAdvance,
&kFledgePrepareSellerContextsInAdvance,

@ -18903,25 +18903,6 @@
]
}
],
"ProtectedAudiencePrepareSellerContextsStudy": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"FledgePrepareSellerContextsInAdvance"
]
}
]
}
],
"ProtectedAudienceSellerSignalsRequestsOneAtATime": [
{
"platforms": [