Skip to content

Commit 33cf620

Browse files
committed
Update fieldtrial_testing_config.json to add an experiment for PageLoadMetricsTimerDelay
Bug: 847269 Change-Id: Iaaf308b473a2f20db769f72ca421a99fe658cb36 Reviewed-on: https://chromium-review.googlesource.com/1079203 Reviewed-by: Robert Kaplow <[email protected]> Reviewed-by: Bryan McQuade <[email protected]> Commit-Queue: Luna Lu <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#563243}(cherry picked from commit 638c712) Reviewed-on: https://chromium-review.googlesource.com/1079736 Reviewed-by: Luna Lu <[email protected]> Cr-Commit-Position: refs/branch-heads/3440@{#61} Cr-Branched-From: 010ddcf-refs/heads/master@{#561733}
1 parent 8597dad commit 33cf620

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

testing/variations/fieldtrial_testing_config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,6 +2416,28 @@
24162416
]
24172417
}
24182418
],
2419+
"PageLoadMetricsTimerDelay": [
2420+
{
2421+
"platforms": [
2422+
"android",
2423+
"chromeos",
2424+
"linux",
2425+
"mac",
2426+
"win"
2427+
],
2428+
"experiments": [
2429+
{
2430+
"name": "10MS",
2431+
"params": {
2432+
"BufferTimerDelayMillis": "10"
2433+
},
2434+
"enable_features": [
2435+
"PageLoadMetricsTimerDelay"
2436+
]
2437+
}
2438+
]
2439+
}
2440+
],
24192441
"ParallelDownloading": [
24202442
{
24212443
"platforms": [

0 commit comments

Comments
 (0)