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

Issue 8562006: Adding Netflix performance measurement tests for dropped frames and CPU extrapolation (Closed)

Created:
9 years, 1 month ago by rohitbm
Modified:
9 years, 1 month ago
CC:
chromium-reviews, krisr, ddorwin, xhwang
Visibility:
Public.

Description

Adding Netflix performance tests, - To measure dropped frames/second. - To calculate extrapolation of the utilization to play the test video. Note: Moving Netflix helper functions to a separate class, so they can be reused easily for other Netflix tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111063

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 20

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -52 lines) Patch
M functional/netflix.py View 1 2 3 4 3 chunks +81 lines, -51 lines 2 comments Download
M functional/perf.py View 1 2 3 4 5 3 chunks +54 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
rohitbm
9 years, 1 month ago (2011-11-21 19:45:57 UTC) #1
rohitbm
9 years, 1 month ago (2011-11-21 19:51:42 UTC) #2
dennis_jeffrey
Thank you for fixing those style issues in netflix.py! http://codereview.chromium.org/8562006/diff/6001/functional/netflix.py File functional/netflix.py (right): http://codereview.chromium.org/8562006/diff/6001/functional/netflix.py#newcode53 functional/netflix.py:53: ...
9 years, 1 month ago (2011-11-21 22:45:10 UTC) #3
rohitbm
http://codereview.chromium.org/8562006/diff/6001/functional/netflix.py File functional/netflix.py (right): http://codereview.chromium.org/8562006/diff/6001/functional/netflix.py#newcode53 functional/netflix.py:53: def GetVideoDroppedFrames(self): On 2011/11/21 22:45:10, dennis_jeffrey wrote: > For ...
9 years, 1 month ago (2011-11-22 00:57:09 UTC) #4
dennis_jeffrey
LGTM Thank you! I just have 2 minor nits to consider before submitting. http://codereview.chromium.org/8562006/diff/11003/functional/netflix.py File ...
9 years, 1 month ago (2011-11-22 01:08:19 UTC) #5
rohitbm
9 years, 1 month ago (2011-11-22 01:13:02 UTC) #6
Thanks Dennis!

On 2011/11/22 01:08:19, dennis_jeffrey wrote:
> LGTM
> 
> Thank you!  I just have 2 minor nits to consider before submitting.
> 
> http://codereview.chromium.org/8562006/diff/11003/functional/netflix.py
> File functional/netflix.py (right):
> 
>
http://codereview.chromium.org/8562006/diff/11003/functional/netflix.py#newco...
> functional/netflix.py:59: return int(self._pyauto.ExecuteJavascript(js,
> tab_index, windex))
> nit: "tab_index=tab_index, windex=windex"
Done.
> 
> (since those two arguments are optional, as defined by the ExecuteJavascript
> function, we should name them explicitly).
> 
>
http://codereview.chromium.org/8562006/diff/11003/functional/netflix.py#newco...
> functional/netflix.py:67: return int(self._pyauto.ExecuteJavascript(js,
> tab_index, windex))
> Same comment as line 59 above.
Done.

Powered by Google App Engine
This is Rietveld 408576698