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

Issue 8548002: Adding CPU performance test for Youtube video (Closed)

Created:
9 years, 1 month ago by rohitbm
Modified:
9 years, 1 month ago
Reviewers:
krisr, ilja, Nirnimesh
CC:
chromium-reviews, krisr
Visibility:
Public.

Description

- Adding CPU performance test to calculate extrapolation of the utilization to play the test video. - Modify existing performance test by first buffer 100% video, ignore first 10 seconds to get rid of initial dropped frames noise. Then test for next 60 seconds. - Replaced the test video to Transformers 3 high-motion trailer for better testing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110117

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 24

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -32 lines) Patch
M data/media/youtube.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M functional/perf.py View 1 2 3 4 5 2 chunks +90 lines, -11 lines 1 comment Download
M functional/youtube.py View 1 2 3 4 7 chunks +62 lines, -20 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rohitbm
9 years, 1 month ago (2011-11-12 18:59:55 UTC) #1
ilja
LGTM for formulas with nit. http://codereview.chromium.org/8548002/diff/2001/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8548002/diff/2001/functional/perf.py#newcode558 functional/perf.py:558: """Measure the Youtube video ...
9 years, 1 month ago (2011-11-14 05:14:06 UTC) #2
krisr
lgtm http://codereview.chromium.org/8548002/diff/2001/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8548002/diff/2001/functional/perf.py#newcode540 functional/perf.py:540: for _ in xrange(10): can we replace this ...
9 years, 1 month ago (2011-11-15 00:42:42 UTC) #3
Nirnimesh
http://codereview.chromium.org/8548002/diff/2001/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8548002/diff/2001/functional/perf.py#newcode502 functional/perf.py:502: """Returns the CPU usage""" Mention that it get's machine's ...
9 years, 1 month ago (2011-11-15 02:13:49 UTC) #4
rohitbm
http://codereview.chromium.org/8548002/diff/2001/functional/perf.py File functional/perf.py (right): http://codereview.chromium.org/8548002/diff/2001/functional/perf.py#newcode502 functional/perf.py:502: """Returns the CPU usage""" On 2011/11/15 02:13:50, Nirnimesh wrote: ...
9 years, 1 month ago (2011-11-15 03:10:50 UTC) #5
Nirnimesh
9 years, 1 month ago (2011-11-15 08:11:29 UTC) #6
LGTM

http://codereview.chromium.org/8548002/diff/12002/functional/perf.py
File functional/perf.py (right):

http://codereview.chromium.org/8548002/diff/12002/functional/perf.py#newcode516
functional/perf.py:516: cpu = file.readline().split()
merge with previous line. you don't need the |file| variable
(BTW |file| is a keyword in python anyway)

Powered by Google App Engine
This is Rietveld 408576698