Commit 8dc63d13 authored by Bill Budge's avatar Bill Budge Committed by Chromium LUCI CQ

[finch][code cache] Fix experiment groups for CodeCacheDeduplicationStudy

- Fix experiment groups.

Change-Id: If572af8fe4f60699c8013f75af58328be5c8013f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576952Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Bill Budge <bbudge@chromium.org>
Auto-Submit: Bill Budge <bbudge@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834974}
parent d04a70e6
...@@ -1764,7 +1764,10 @@ ...@@ -1764,7 +1764,10 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Enabled_16K",
"params": {
"size": "16384"
},
"enable_features": [ "enable_features": [
"CodeCacheDeduplicationStudy" "CodeCacheDeduplicationStudy"
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment