Comment #2 on issue 15479 by [email protected]: Perform A/B testing of
DNS preresolution to study impact on page layout time.
http://code.google.com/p/chromium/issues/detail?id=15479
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=19595
------------------------------------------------------------------------
r19595 | [email protected] | 2009-06-30 09:31:54 -0700 (Tue, 30 Jun 2009) |
18 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/field_trial.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/field_trial.h?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/field_trial_unittest.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_main.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/dns_global.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/dns_master.h?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/dns_master_unittest.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/browser_render_process_host.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/chrome_switches.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/render_view.cc?r1=19595&r2=19594
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/renderer_main.cc?r1=19595&r2=19594
Create A/B test of SDCH
To do this, I needed to add the feature that ALL FieldTrials that are
established in the browser process are forwarded and established in
the corresponding renderer processes. This then allows both DNS impact,
as well as SDCH inmpact (and any other field tests) to be studied
at the same time in a single binary.
This checkin also establishes a pattern that when we're doing A/B tests
via a histogram such as RequestToFinish, that we produce names for
all groups, rather than leaving one group as the "default" or "empty
postfix"
group. This is critical for naming various sub-groups when a multitude
of tests are taking place at the same time.
BUG=15479
r=mbelshe
Review URL: http://codereview.chromium.org/150087
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---