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

Issue 10411007: Add new PyAuto test for measuring audio tag latency. (Closed)

Created:
8 years, 7 months ago by DaleCurtis
Modified:
8 years, 7 months ago
CC:
chromium-reviews, dennis_jeffrey, feature-media-reviews_chromium.org, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Add new PyAuto test for measuring audio tag latency. Values seem stable around ~55ms locally. Will monitor on the bots to see if we need to add some additional loops. BUG=128615 TEST=This fabulous new test! Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138184

Patch Set 1 : Cleanup. #

Total comments: 6

Patch Set 2 : CR Fixes. #

Total comments: 4

Patch Set 3 : Review fixes. #

Total comments: 2

Patch Set 4 : Use webkitNow() instead of Date(). #

Total comments: 2

Patch Set 5 : Typos! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, --1 lines) Patch
A chrome/test/data/media/html/audio_latency_perf.html View 1 2 3 4 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/test/data/media/pink_noise_140ms.wav View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/functional/media/audio_latency_perf.py View 1 2 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
DaleCurtis
8 years, 7 months ago (2012-05-17 21:00:43 UTC) #1
Nirnimesh
Do you plan to have graphs plotted for this perf metric?
8 years, 7 months ago (2012-05-17 21:59:32 UTC) #2
shadi
https://chromiumcodereview.appspot.com/10411007/diff/3001/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/3001/chrome/test/data/media/html/audio_latency_perf.html#newcode103 chrome/test/data/media/html/audio_latency_perf.html:103: } It seems this code is tha same as ...
8 years, 7 months ago (2012-05-17 22:03:36 UTC) #3
DaleCurtis
On 2012/05/17 21:59:32, Nirnimesh wrote: > Do you plan to have graphs plotted for this ...
8 years, 7 months ago (2012-05-17 23:41:23 UTC) #4
DaleCurtis
https://chromiumcodereview.appspot.com/10411007/diff/3001/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/3001/chrome/test/data/media/html/audio_latency_perf.html#newcode103 chrome/test/data/media/html/audio_latency_perf.html:103: } On 2012/05/17 22:03:37, shadi wrote: > It seems ...
8 years, 7 months ago (2012-05-18 00:23:36 UTC) #5
shadi
LGTM
8 years, 7 months ago (2012-05-18 18:15:01 UTC) #6
scherkus (not reviewing)
https://chromiumcodereview.appspot.com/10411007/diff/3002/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/3002/chrome/test/data/media/html/audio_latency_perf.html#newcode1 chrome/test/data/media/html/audio_latency_perf.html:1: <html> <!DOCTYPE html> https://chromiumcodereview.appspot.com/10411007/diff/3002/chrome/test/data/media/html/audio_latency_perf.html#newcode18 chrome/test/data/media/html/audio_latency_perf.html:18: <input id="loop" type="checkbox" />Use ...
8 years, 7 months ago (2012-05-21 21:08:26 UTC) #7
DaleCurtis
https://chromiumcodereview.appspot.com/10411007/diff/3002/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/3002/chrome/test/data/media/html/audio_latency_perf.html#newcode1 chrome/test/data/media/html/audio_latency_perf.html:1: <html> On 2012/05/21 21:08:26, scherkus wrote: > <!DOCTYPE html> ...
8 years, 7 months ago (2012-05-21 22:22:01 UTC) #8
scherkus (not reviewing)
LGTM w/ suggestion to use webkitNow() instead of Date() https://chromiumcodereview.appspot.com/10411007/diff/13/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/13/chrome/test/data/media/html/audio_latency_perf.html#newcode65 chrome/test/data/media/html/audio_latency_perf.html:65: ...
8 years, 7 months ago (2012-05-21 22:30:30 UTC) #9
DaleCurtis
https://chromiumcodereview.appspot.com/10411007/diff/13/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/13/chrome/test/data/media/html/audio_latency_perf.html#newcode65 chrome/test/data/media/html/audio_latency_perf.html:65: actualDuration = new Date() - startTime; On 2012/05/21 22:30:30, ...
8 years, 7 months ago (2012-05-21 22:34:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/10411007/15001
8 years, 7 months ago (2012-05-21 22:50:43 UTC) #11
shadi
https://chromiumcodereview.appspot.com/10411007/diff/15001/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/15001/chrome/test/data/media/html/audio_latency_perf.html#newcode65 chrome/test/data/media/html/audio_latency_perf.html:65: actualDuration =window.performance.webkitNow(); - startTime; Is the semi-colon intentional? Plus, ...
8 years, 7 months ago (2012-05-21 22:59:44 UTC) #12
DaleCurtis
https://chromiumcodereview.appspot.com/10411007/diff/15001/chrome/test/data/media/html/audio_latency_perf.html File chrome/test/data/media/html/audio_latency_perf.html (right): https://chromiumcodereview.appspot.com/10411007/diff/15001/chrome/test/data/media/html/audio_latency_perf.html#newcode65 chrome/test/data/media/html/audio_latency_perf.html:65: actualDuration =window.performance.webkitNow(); - startTime; On 2012/05/21 22:59:44, shadi wrote: ...
8 years, 7 months ago (2012-05-21 23:02:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/10411007/14003
8 years, 7 months ago (2012-05-21 23:03:45 UTC) #14
commit-bot: I haz the power
8 years, 7 months ago (2012-05-22 00:44:43 UTC) #15
Try job failure for 10411007-14003 (retry) on win_rel for step "compile"
(clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698