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

Issue 2823883003: Make VR latency results compatible with perf dashboard, refactor into classes (Closed)

Created:
3 years, 8 months ago by bsheedy
Modified:
3 years, 8 months ago
Reviewers:
Nico, Lei Lei
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make VR latency results compatible with perf dashboard, refactor into classes Makes the following changes to the automated VR latency testing script: - Adds the functionality to save latency and correlation results in a format compatible with the Chrome performance dashboard - Refactors the code into separate classes and files for improved readability and to better support future Windows latency testing - Runs the test multiple times (default 10) to get an average and standard deviation BUG=708747 Review-Url: https://codereview.chromium.org/2823883003 Cr-Commit-Position: refs/heads/master@{#466147} Committed: https://chromium.googlesource.com/chromium/src/+/a15848198deb716d77753d297355bac34cd33b96

Patch Set 1 #

Patch Set 2 : Minor improvements #

Patch Set 3 : windows -> win #

Total comments: 16

Patch Set 4 : Address leilei@ comments #

Total comments: 2

Patch Set 5 : Move BUILD.gn, merge logging #

Total comments: 16

Patch Set 6 : Address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -228 lines) Patch
M BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/vr/perf/BUILD.gn View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/test/vr/perf/latency/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
A chrome/test/vr/perf/latency/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/vr/perf/latency/android_webvr_latency_test.py View 1 2 3 4 5 1 chunk +135 lines, -0 lines 0 comments Download
A chrome/test/vr/perf/latency/motopho_thread.py View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
A chrome/test/vr/perf/latency/robot_arm.py View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
M chrome/test/vr/perf/latency/run_latency_test.py View 1 2 3 3 chunks +41 lines, -214 lines 0 comments Download
A chrome/test/vr/perf/latency/webvr_latency_test.py View 1 2 3 4 5 1 chunk +197 lines, -0 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (7 generated)
bsheedy
+leilei@ for initial review before adding OWNERS
3 years, 8 months ago (2017-04-17 17:21:47 UTC) #2
Lei Lei
https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn File chrome/test/vr/perf/latency/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn#newcode13 chrome/test/vr/perf/latency/BUILD.gn:13: "./webvr_latency_test.py", You can add all the files in one ...
3 years, 8 months ago (2017-04-17 22:57:13 UTC) #3
bsheedy
https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn File chrome/test/vr/perf/latency/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn#newcode13 chrome/test/vr/perf/latency/BUILD.gn:13: "./webvr_latency_test.py", On 2017/04/17 22:57:13, Lei Lei wrote: > You ...
3 years, 8 months ago (2017-04-18 21:17:26 UTC) #5
Lei Lei
lgtm https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn File chrome/test/vr/perf/latency/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn#newcode13 chrome/test/vr/perf/latency/BUILD.gn:13: "./webvr_latency_test.py", On 2017/04/18 21:17:25, bsheedy wrote: > On ...
3 years, 8 months ago (2017-04-20 04:56:20 UTC) #6
bsheedy
+thakis@ for OWNERS https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn File chrome/test/vr/perf/latency/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/40001/chrome/test/vr/perf/latency/BUILD.gn#newcode13 chrome/test/vr/perf/latency/BUILD.gn:13: "./webvr_latency_test.py", On 2017/04/20 04:56:20, Lei Lei ...
3 years, 8 months ago (2017-04-20 17:34:56 UTC) #8
Nico
lgtm https://codereview.chromium.org/2823883003/diff/80001/chrome/test/vr/perf/BUILD.gn File chrome/test/vr/perf/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/80001/chrome/test/vr/perf/BUILD.gn#newcode8 chrome/test/vr/perf/BUILD.gn:8: "./latency/", If it's just a couple files, consider ...
3 years, 8 months ago (2017-04-20 17:51:21 UTC) #9
bsheedy
https://codereview.chromium.org/2823883003/diff/80001/chrome/test/vr/perf/BUILD.gn File chrome/test/vr/perf/BUILD.gn (right): https://codereview.chromium.org/2823883003/diff/80001/chrome/test/vr/perf/BUILD.gn#newcode8 chrome/test/vr/perf/BUILD.gn:8: "./latency/", On 2017/04/20 17:51:21, Nico wrote: > If it's ...
3 years, 8 months ago (2017-04-20 20:05:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2823883003/100001
3 years, 8 months ago (2017-04-20 20:06:30 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 21:35:45 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/a15848198deb716d77753d297355...

Powered by Google App Engine
This is Rietveld 408576698