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

Issue 2753001: Test end-to-end startup performance of loading several tabs. (Closed)

Created:
10 years, 6 months ago by Patrick Horn
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr., huanr, sky
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Test end-to-end startup performance of loading several tabs. This test is similar to other startup tests, with the exception that it loads multible tabs at once, and it tests both with and without the session restore command line flag. In both cases, WaitForInitialLoads waits for all the tabs to finish loading before returning. BUG=44129 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49827

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fix comments; doesn't use a better URL yet. #

Patch Set 3 : Compare restoring a session to loading command line arguments. #

Patch Set 4 : Add unimplemented function to load more complicated test pages #

Patch Set 5 : Reference page_cycler directly using ?skip #

Total comments: 7

Patch Set 6 : Minor formatting changes #

Patch Set 7 : vim chrome/test/startup/startup_test.cc #

Patch Set 8 : Changed an outlier sample page to nytimes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
M chrome/test/startup/startup_test.cc View 1 2 3 4 5 6 7 4 chunks +68 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Patrick Horn
This is a much simplified end-to-end version of the test in cl 2559001. Currently I ...
10 years, 6 months ago (2010-06-08 02:16:47 UTC) #1
Paweł Hajdan Jr.
http://codereview.chromium.org/2753001/diff/1/2 File chrome/test/startup/startup_test.cc (right): http://codereview.chromium.org/2753001/diff/1/2#newcode150 chrome/test/startup/startup_test.cc:150: int tab_count = 20; nit: Shouldn't this be a ...
10 years, 6 months ago (2010-06-08 06:46:02 UTC) #2
huanr
I think this end to end test is useful. It does not change IPC message ...
10 years, 6 months ago (2010-06-08 18:26:27 UTC) #3
Peter Kasting
http://codereview.chromium.org/2753001/diff/1/2 File chrome/test/startup/startup_test.cc (right): http://codereview.chromium.org/2753001/diff/1/2#newcode152 chrome/test/startup/startup_test.cc:152: for (int i = 0; i < tab_count; ++i) ...
10 years, 6 months ago (2010-06-08 18:29:35 UTC) #4
Patrick Horn
Another small edit. I decided to make a test for session restore, and for command ...
10 years, 6 months ago (2010-06-09 01:49:58 UTC) #5
Patrick Horn
Huan, I added a function to reference page_cycler URLs using the ?skip argument so they ...
10 years, 6 months ago (2010-06-09 21:17:45 UTC) #6
huanr
http://codereview.chromium.org/2753001/diff/17001/18001 File chrome/test/startup/startup_test.cc (right): http://codereview.chromium.org/2753001/diff/17001/18001#newcode46 chrome/test/startup/startup_test.cc:46: const char * const kTestPageCyclerDomains[] = { char* http://codereview.chromium.org/2753001/diff/17001/18001#newcode48 ...
10 years, 6 months ago (2010-06-09 22:06:57 UTC) #7
Patrick Horn
http://codereview.chromium.org/2753001/diff/17001/18001 File chrome/test/startup/startup_test.cc (right): http://codereview.chromium.org/2753001/diff/17001/18001#newcode46 chrome/test/startup/startup_test.cc:46: const char * const kTestPageCyclerDomains[] = { On 2010/06/09 ...
10 years, 6 months ago (2010-06-09 22:28:10 UTC) #8
huanr
10 years, 6 months ago (2010-06-09 22:36:43 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698