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:

committed by
Chromium LUCI CQ

parent
246ae2239a
commit
c833e3de43
content/services/auction_worklet/public/cpp
testing/variations
@ -78,7 +78,7 @@ BASE_FEATURE_PARAM(int,
|
|||||||
|
|
||||||
BASE_FEATURE(kFledgePrepareSellerContextsInAdvance,
|
BASE_FEATURE(kFledgePrepareSellerContextsInAdvance,
|
||||||
"FledgePrepareSellerContextsInAdvance",
|
"FledgePrepareSellerContextsInAdvance",
|
||||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||||
BASE_FEATURE_PARAM(int,
|
BASE_FEATURE_PARAM(int,
|
||||||
kFledgeMaxSellerContextsPerThreadInAdvance,
|
kFledgeMaxSellerContextsPerThreadInAdvance,
|
||||||
&kFledgePrepareSellerContextsInAdvance,
|
&kFledgePrepareSellerContextsInAdvance,
|
||||||
|
@ -18903,25 +18903,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ProtectedAudiencePrepareSellerContextsStudy": [
|
|
||||||
{
|
|
||||||
"platforms": [
|
|
||||||
"android",
|
|
||||||
"chromeos",
|
|
||||||
"linux",
|
|
||||||
"mac",
|
|
||||||
"windows"
|
|
||||||
],
|
|
||||||
"experiments": [
|
|
||||||
{
|
|
||||||
"name": "Enabled",
|
|
||||||
"enable_features": [
|
|
||||||
"FledgePrepareSellerContextsInAdvance"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ProtectedAudienceSellerSignalsRequestsOneAtATime": [
|
"ProtectedAudienceSellerSignalsRequestsOneAtATime": [
|
||||||
{
|
{
|
||||||
"platforms": [
|
"platforms": [
|
||||||
|
Reference in New Issue
Block a user