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

Issue 7031020: Change for preparation for reference-build on perfbot (media) (Closed)

Created:
9 years, 7 months ago by imasaki1
Modified:
9 years, 6 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, John Grabowski, Paweł Hajdan Jr., Nirnimesh, acolwell GONE FROM CHROMIUM, annacc, dyu1, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), anantha, scherkus (not reviewing)
Visibility:
Public.

Description

Change for preparation for reference-build for PerfBot. PerfBot will be downloading binaries (pyauto.py and its library) for particular build and compare it with current build. This change is preparation for that. It enables media_perf tests to use different binary if reference build option (-a) is used. When the option is set, media_perf_runner runs the test with current build and then reference build (specified by REFERENCE_BUILD_DIR in pyauto_media.py), which I set bogus directory for now. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86361

Patch Set 1 #

Patch Set 2 : Minir change. #

Total comments: 26

Patch Set 3 : Modification based on CR comments. #

Patch Set 4 : Minor change. #

Patch Set 5 : Add a space. #

Total comments: 10

Patch Set 6 : Modification based on CR comments. #

Patch Set 7 : Minor comment change. #

Total comments: 4

Patch Set 8 : Modified based on CR comments. Also, remove one unused variable. #

Patch Set 9 : I found bug in csv file so I am piggybagging it to this CR. #

Patch Set 10 : Minor fix. #

Patch Set 11 : Fix commandline help document bug. #

Total comments: 4

Patch Set 12 : Modification based on CR comments. #

Patch Set 13 : Modification based on CR comments. #

Patch Set 14 : Bug fixes in matrix driven test and some minor changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -23 lines) Patch
M chrome/test/data/media/csv/media_matrix_data.csv View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
A chrome/test/data/media/csv/media_matrix_data_public.csv View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/test/functional/media/media_test_matrix.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -10 lines 0 comments Download
M chrome/test/functional/media/media_test_matrix_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/test/functional/media/media_test_runner.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +13 lines, -7 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
imasaki1
Thanks.
9 years, 7 months ago (2011-05-18 00:43:33 UTC) #1
dennis_jeffrey
Several comments. Sorry about the delay in looking at this. http://codereview.chromium.org/7031020/diff/2001/chrome/test/functional/media/media_test_base.py File chrome/test/functional/media/media_test_base.py (right): http://codereview.chromium.org/7031020/diff/2001/chrome/test/functional/media/media_test_base.py#newcode196 ...
9 years, 7 months ago (2011-05-19 01:20:13 UTC) #2
Nirnimesh
Please update the title & description to make it clear that this change is for ...
9 years, 7 months ago (2011-05-19 06:40:19 UTC) #3
imasaki1
Thank you. I also added some other changes the relating to your comments. http://codereview.chromium.org/7031020/diff/2001/chrome/test/functional/media/media_test_base.py File ...
9 years, 7 months ago (2011-05-20 05:12:01 UTC) #4
dennis_jeffrey
Just a few more comments. http://codereview.chromium.org/7031020/diff/13007/chrome/test/functional/media/media_test_env_names.py File chrome/test/functional/media/media_test_env_names.py (right): http://codereview.chromium.org/7031020/diff/13007/chrome/test/functional/media/media_test_env_names.py#newcode59 chrome/test/functional/media/media_test_env_names.py:59: # 'True' to run ...
9 years, 7 months ago (2011-05-20 18:10:46 UTC) #5
imasaki1
Thanks. http://codereview.chromium.org/7031020/diff/13007/chrome/test/functional/media/media_test_env_names.py File chrome/test/functional/media/media_test_env_names.py (right): http://codereview.chromium.org/7031020/diff/13007/chrome/test/functional/media/media_test_env_names.py#newcode59 chrome/test/functional/media/media_test_env_names.py:59: # 'True' to run on a reference build, ...
9 years, 7 months ago (2011-05-20 20:50:13 UTC) #6
dennis_jeffrey
LGTM Just two minor comments. Also, please wait to hear from Nirnimesh before you commit. ...
9 years, 7 months ago (2011-05-20 21:31:43 UTC) #7
imasaki1
Thanks. Nirmimesh, can you look at it? http://codereview.chromium.org/7031020/diff/16002/chrome/test/functional/media/media_test_env_names.py File chrome/test/functional/media/media_test_env_names.py (right): http://codereview.chromium.org/7031020/diff/16002/chrome/test/functional/media/media_test_env_names.py#newcode28 chrome/test/functional/media/media_test_env_names.py:28: # Define ...
9 years, 7 months ago (2011-05-20 22:07:16 UTC) #8
imasaki1
Thanks. Nirmimesh, can you look at it?
9 years, 7 months ago (2011-05-20 22:18:09 UTC) #9
Nirnimesh
LGTM provided you address the one comment. http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py File chrome/test/functional/media/pyauto_media.py (right): http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py#newcode46 chrome/test/functional/media/pyauto_media.py:46: os.path.join(tempfile.gettempdir(), 'chrome-linux')) ...
9 years, 7 months ago (2011-05-23 17:52:44 UTC) #10
imasaki1
Thanks. http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py File chrome/test/functional/media/pyauto_media.py (right): http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py#newcode46 chrome/test/functional/media/pyauto_media.py:46: os.path.join(tempfile.gettempdir(), 'chrome-linux')) On 2011/05/23 17:52:44, Nirnimesh wrote: > ...
9 years, 7 months ago (2011-05-23 18:58:47 UTC) #11
Nirnimesh
http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py File chrome/test/functional/media/pyauto_media.py (right): http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py#newcode46 chrome/test/functional/media/pyauto_media.py:46: os.path.join(tempfile.gettempdir(), 'chrome-linux')) Even if it's experimental or temporary, it ...
9 years, 7 months ago (2011-05-23 20:13:11 UTC) #12
imasaki1
Thanks. http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py File chrome/test/functional/media/pyauto_media.py (right): http://codereview.chromium.org/7031020/diff/13011/chrome/test/functional/media/pyauto_media.py#newcode46 chrome/test/functional/media/pyauto_media.py:46: os.path.join(tempfile.gettempdir(), 'chrome-linux')) On 2011/05/23 20:13:11, Nirnimesh wrote: > ...
9 years, 7 months ago (2011-05-23 20:26:23 UTC) #13
commit-bot: I haz the power
9 years, 7 months ago (2011-05-23 23:48:01 UTC) #14
Change committed as 86361

Powered by Google App Engine
This is Rietveld 408576698