Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1866323002: Add fieldtrial config for V8 serialize options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index 3f9873c67fe8421c43f6a38d7bd8b3540a877927..331817c1045407f8941d826fee242e7053fe34e5 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -319,6 +319,15 @@
"group_name": "On"
}
],
+ "V8SerializeOptions": [
+ {
+ "enable_features": [
+ "V8_Serialize_Eager",
+ "V8_Serialize_Age_Code"
+ ],
+ "group_name": "SerializeEagerAndAgeCode"
+ }
+ ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698