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

Issue 2843133002: [Telemetry] Create loading.desktop, a desktop analog for loading.mobile (Closed)

Created:
3 years, 8 months ago by rnephew (Reviews Here)
Modified:
3 years, 7 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Create loading.desktop, a desktop analog for loading.mobile This will be used to merge the page_cycler_v2 benchmarks into a single benchmark. BUG=713346 Review-Url: https://codereview.chromium.org/2843133002 Cr-Commit-Position: refs/heads/master@{#471274} Committed: https://chromium.googlesource.com/chromium/src/+/bb9147ed072a94397e8d448ba7445c8f214230f3

Patch Set 1 #

Total comments: 5

Patch Set 2 : [Telemetry] Create desktop analog for loading.mobile #

Patch Set 3 : cache settings #

Patch Set 4 : Add Names and FlipKart #

Patch Set 5 : rebase, regenerate sharding, and regenerate perf data #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5560 lines, -4532 lines) Patch
M testing/buildbot/chromium.perf.json View 1 2 3 4 2258 chunks +3145 lines, -2260 lines 0 comments Download
M testing/buildbot/chromium.perf.fyi.json View 1 2 3 4 442 chunks +561 lines, -443 lines 0 comments Download
M tools/perf/benchmark.csv View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/benchmarks/loading.py View 1 2 3 4 4 chunks +27 lines, -8 lines 0 comments Download
M tools/perf/core/benchmark_sharding_map.json View 1 2 3 4 46 chunks +1525 lines, -1819 lines 0 comments Download
M tools/perf/core/desktop_benchmark_avg_times.json View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop.json View 1 2 3 4 1 chunk +183 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop_000.wpr.sha1 View 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop_001.wpr.sha1 View 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop_002.wpr.sha1 View 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop_003.wpr.sha1 View 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/data/loading_desktop_005.wpr.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf/page_sets/loading_desktop.py View 1 2 3 4 1 chunk +110 lines, -0 lines 0 comments Download
M tools/perf/page_sets/page_cycler_story.py View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (16 generated)
rnephew (Reviews Here)
Timing data from 3 runs: real 36m6.627s user 28m12.551s sys 2m22.166s real 36m20.708s user 28m30.558s ...
3 years, 8 months ago (2017-04-26 20:53:37 UTC) #2
nednguyen
https://codereview.chromium.org/2843133002/diff/1/tools/perf/benchmarks/loading.py File tools/perf/benchmarks/loading.py (right): https://codereview.chromium.org/2843133002/diff/1/tools/perf/benchmarks/loading.py#newcode30 tools/perf/benchmarks/loading.py:30: return 'loading.%s' % cls.SUBNAME its' better just uses the ...
3 years, 8 months ago (2017-04-26 21:02:36 UTC) #3
rnephew (Reviews Here)
https://codereview.chromium.org/2843133002/diff/1/tools/perf/benchmarks/loading.py File tools/perf/benchmarks/loading.py (right): https://codereview.chromium.org/2843133002/diff/1/tools/perf/benchmarks/loading.py#newcode30 tools/perf/benchmarks/loading.py:30: return 'loading.%s' % cls.SUBNAME On 2017/04/26 21:02:36, nednguyen wrote: ...
3 years, 8 months ago (2017-04-26 21:15:44 UTC) #4
rnephew (Reviews Here)
3 years, 8 months ago (2017-04-26 21:40:25 UTC) #7
nednguyen
Can you make the update & rerun to see how long does this take? https://codereview.chromium.org/2843133002/diff/1/tools/perf/benchmarks/loading.py ...
3 years, 7 months ago (2017-05-01 19:50:47 UTC) #8
rnephew (Reviews Here)
On 2017/05/01 19:50:47, nednguyen wrote: > Can you make the update & rerun to see ...
3 years, 7 months ago (2017-05-02 20:35:26 UTC) #9
rnephew (Reviews Here)
Ok, I added names and the timing data is under the threshold we wanted (locally ...
3 years, 7 months ago (2017-05-10 17:40:48 UTC) #11
kouhei (in TOK)
lgtm On 2017/05/10 17:40:48, rnephew (Reviews Here) wrote: > Ok, I added names and the ...
3 years, 7 months ago (2017-05-10 17:47:46 UTC) #12
nednguyen
On 2017/05/10 17:47:46, kouhei (on transit) wrote: > lgtm > > On 2017/05/10 17:40:48, rnephew ...
3 years, 7 months ago (2017-05-10 17:52:23 UTC) #13
kouhei (in TOK)
On 2017/05/10 17:52:23, nednguyen wrote: > On 2017/05/10 17:47:46, kouhei (on transit) wrote: > > ...
3 years, 7 months ago (2017-05-10 17:53:44 UTC) #14
rnephew (Reviews Here)
I'll plan to send the email out tomorrow and then assuming everything is running well ...
3 years, 7 months ago (2017-05-10 23:02:14 UTC) #16
charliea (OOO until 10-5)
On 2017/05/10 23:02:14, rnephew (Reviews Here) wrote: > I'll plan to send the email out ...
3 years, 7 months ago (2017-05-11 14:20:33 UTC) #17
rnephew (Reviews Here)
On 2017/05/11 14:20:33, charliea wrote: > On 2017/05/10 23:02:14, rnephew (Reviews Here) wrote: > > ...
3 years, 7 months ago (2017-05-11 15:11:03 UTC) #18
nednguyen
On 2017/05/11 15:11:03, rnephew (Reviews Here) wrote: > On 2017/05/11 14:20:33, charliea wrote: > > ...
3 years, 7 months ago (2017-05-11 22:19:16 UTC) #19
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/2843133002/60001
3 years, 7 months ago (2017-05-12 02:47:37 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/266457) linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-12 02:51:32 UTC) #24
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/2843133002/70001
3 years, 7 months ago (2017-05-12 03:15:00 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/382707)
3 years, 7 months ago (2017-05-12 04:26:53 UTC) #29
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/2843133002/70001
3 years, 7 months ago (2017-05-12 05:27:14 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/382803)
3 years, 7 months ago (2017-05-12 06:33:32 UTC) #33
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/2843133002/70001
3 years, 7 months ago (2017-05-12 11:20:13 UTC) #35
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 11:40:30 UTC) #38
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://chromium.googlesource.com/chromium/src/+/bb9147ed072a94397e8d448ba744...

Powered by Google App Engine
This is Rietveld 408576698