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

Issue 2744273003: [Telemetry] Add benchmark that doesn't launch chrome and collects platform data. (Closed)

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

Description

[Telemetry] Add benchmark that doesn't launch chrome and collects platform data. It will be useful to collect background power data on the platforms we run on and will help reduce noise in power benchmarks. BUG=700022 Review-Url: https://codereview.chromium.org/2744273003 Cr-Commit-Position: refs/heads/master@{#463697} Committed: https://chromium.googlesource.com/chromium/src/+/20017d2b1fcf1d125715da9b32ea695600d45b07

Patch Set 1 : [Telemetry] Add benchmark that doesn't launch chrome and collects platform data. #

Total comments: 4

Patch Set 2 : page -> story #

Total comments: 2

Patch Set 3 : Disable cpu tracing and rebase and run generate_perf_json #

Total comments: 21

Patch Set 4 : [Telemetry] Add benchmark that doesn't launch chrome and collects platform data. #

Total comments: 11

Patch Set 5 : [Telemetry] Add benchmark that doesn't launch chrome and collects platform data. #

Patch Set 6 : rebase and regen json #

Patch Set 7 : fix archive_data_path from None to empty string #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1247 lines, -42 lines) Patch
M testing/buildbot/chromium.perf.json View 1 2 3 4 5 48 chunks +986 lines, -42 lines 0 comments Download
M testing/buildbot/chromium.perf.fyi.json View 1 2 3 4 5 3 chunks +177 lines, -0 lines 0 comments Download
M tools/perf/benchmark.csv View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M tools/perf/benchmarks/power.py View 1 2 3 4 5 3 chunks +42 lines, -0 lines 0 comments Download
A tools/perf/page_sets/idle_platform.py View 1 2 3 4 5 6 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 53 (21 generated)
rnephew (Reviews Here)
3 years, 9 months ago (2017-03-13 16:28:27 UTC) #5
nednguyen
Have you been able to run this locally? There is the check in https://github.com/catapult-project/catapult/blob/master/telemetry/telemetry/web_perf/timeline_based_measurement.py#L275 that ...
3 years, 9 months ago (2017-03-13 16:33:35 UTC) #6
rnephew (Reviews Here)
On 2017/03/13 16:33:35, nednguyen wrote: > Have you been able to run this locally? There ...
3 years, 9 months ago (2017-03-13 16:39:35 UTC) #7
rnephew (Reviews Here)
https://codereview.chromium.org/2744273003/diff/60001/tools/perf/benchmarks/idle_platform.py File tools/perf/benchmarks/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/60001/tools/perf/benchmarks/idle_platform.py#newcode12 tools/perf/benchmarks/idle_platform.py:12: class IdlePlatformBenchmark(perf_benchmark.PerfBenchmark): On 2017/03/13 16:33:35, nednguyen wrote: > Let ...
3 years, 9 months ago (2017-03-13 21:29:18 UTC) #8
nednguyen
https://codereview.chromium.org/2744273003/diff/80001/tools/perf/page_sets/idle_platform.py File tools/perf/page_sets/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/80001/tools/perf/page_sets/idle_platform.py#newcode11 tools/perf/page_sets/idle_platform.py:11: def __init__(self, test, finder_options, story_set, idle_time=30): On 2017/03/13 21:29:18, ...
3 years, 9 months ago (2017-03-13 21:35:51 UTC) #9
nednguyen
On 2017/03/13 21:35:51, nednguyen wrote: > https://codereview.chromium.org/2744273003/diff/80001/tools/perf/page_sets/idle_platform.py > File tools/perf/page_sets/idle_platform.py (right): > > https://codereview.chromium.org/2744273003/diff/80001/tools/perf/page_sets/idle_platform.py#newcode11 > ...
3 years, 9 months ago (2017-03-13 21:43:45 UTC) #10
rnephew (Reviews Here)
> Have you figured out why > https://github.com/catapult-project/catapult/blob/master/telemetry/telemetry/web_perf/timeline_based_measurement.py#L275 > doesn't throw exception in your test? ...
3 years, 9 months ago (2017-03-13 22:16:06 UTC) #11
charliea (OOO until 10-5)
On 2017/03/13 22:16:06, rnephew (Reviews Here) wrote: > > Have you figured out why > ...
3 years, 9 months ago (2017-03-14 18:47:45 UTC) #12
charliea (OOO until 10-5)
(Note: I also filed https://github.com/catapult-project/catapult/issues/3388 as a suggested workaround for problems like this in the ...
3 years, 9 months ago (2017-03-14 18:55:31 UTC) #13
charliea (OOO until 10-5)
s/workaround/debugging tool
3 years, 9 months ago (2017-03-14 18:55:46 UTC) #14
nednguyen
On 2017/03/13 22:16:06, rnephew (Reviews Here) wrote: > > Have you figured out why > ...
3 years, 9 months ago (2017-03-14 19:13:53 UTC) #15
rnephew (Reviews Here)
I went ahead and just disabled cpu tracing agent for this test until we figure ...
3 years, 9 months ago (2017-03-16 21:42:03 UTC) #16
charliea (OOO until 10-5)
lgtm, but I defer to Ned for ultimate approval https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py File tools/perf/benchmarks/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py#newcode1 tools/perf/benchmarks/idle_platform.py:1: ...
3 years, 9 months ago (2017-03-20 14:20:25 UTC) #18
nednguyen
https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py File tools/perf/benchmarks/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py#newcode1 tools/perf/benchmarks/idle_platform.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 9 months ago (2017-03-20 16:54:36 UTC) #19
rnephew (Reviews Here)
https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py File tools/perf/benchmarks/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/100001/tools/perf/benchmarks/idle_platform.py#newcode1 tools/perf/benchmarks/idle_platform.py:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 8 months ago (2017-03-30 20:58:24 UTC) #20
rnephew (Reviews Here)
https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py File tools/perf/benchmarks/power.py (right): https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py#newcode256 tools/perf/benchmarks/power.py:256: Should I add this to the benchmark, or just ...
3 years, 8 months ago (2017-03-30 21:55:34 UTC) #21
nednguyen
Mostly lg2me https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py File tools/perf/benchmarks/power.py (right): https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py#newcode256 tools/perf/benchmarks/power.py:256: On 2017/03/30 21:55:34, rnephew (Reviews Here) wrote: ...
3 years, 8 months ago (2017-03-30 22:01:40 UTC) #22
nednguyen
On 2017/03/30 22:01:40, nednguyen wrote: > Mostly lg2me > > https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py > File tools/perf/benchmarks/power.py (right): ...
3 years, 8 months ago (2017-03-30 22:04:06 UTC) #24
erikchen
On 2017/03/30 22:04:06, nednguyen wrote: > On 2017/03/30 22:01:40, nednguyen wrote: > > Mostly lg2me ...
3 years, 8 months ago (2017-03-30 22:04:47 UTC) #25
nednguyen
https://codereview.chromium.org/2744273003/diff/120001/tools/perf/page_sets/idle_platform.py File tools/perf/page_sets/idle_platform.py (right): https://codereview.chromium.org/2744273003/diff/120001/tools/perf/page_sets/idle_platform.py#newcode31 tools/perf/page_sets/idle_platform.py:31: class IdleStory(story.Story): make this private: _IdleStory https://codereview.chromium.org/2744273003/diff/120001/tools/perf/page_sets/idle_platform.py#newcode32 tools/perf/page_sets/idle_platform.py:32: def ...
3 years, 8 months ago (2017-03-30 22:07:56 UTC) #26
rnephew (Reviews Here)
https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py File tools/perf/benchmarks/power.py (right): https://codereview.chromium.org/2744273003/diff/120001/tools/perf/benchmarks/power.py#newcode256 tools/perf/benchmarks/power.py:256: On 2017/03/30 22:01:40, nednguyen wrote: > On 2017/03/30 21:55:34, ...
3 years, 8 months ago (2017-04-03 16:25:35 UTC) #27
rnephew (Reviews Here)
Ping.
3 years, 8 months ago (2017-04-11 14:21:40 UTC) #28
nednguyen
lgtm
3 years, 8 months ago (2017-04-11 14:39:57 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/2744273003/140001
3 years, 8 months ago (2017-04-11 14:48:49 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/191487) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-04-11 14:51:18 UTC) #34
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/2744273003/160001
3 years, 8 months ago (2017-04-11 15:42:17 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/269279) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 8 months ago (2017-04-11 16:23:48 UTC) #39
rnephew (Reviews Here)
This is failing with: AssertionError: story_set's archive_data_file path must have type string It looks like ...
3 years, 8 months ago (2017-04-11 16:58:37 UTC) #41
nednguyen
On 2017/04/11 16:58:37, rnephew (Reviews Here) wrote: > This is failing with: > AssertionError: story_set's ...
3 years, 8 months ago (2017-04-11 16:59:28 UTC) #43
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/2744273003/180001
3 years, 8 months ago (2017-04-11 18:22:09 UTC) #48
commit-bot: I haz the power
Committed patchset #7 (id:180001) as https://chromium.googlesource.com/chromium/src/+/20017d2b1fcf1d125715da9b32ea695600d45b07
3 years, 8 months ago (2017-04-11 18:39:05 UTC) #51
martiniss
3 years, 8 months ago (2017-04-12 19:32:22 UTC) #53
Message was sent while issue was closed.
This is broken on the waterfall; see
https://chromium-swarm.appspot.com/task?id=357923fcc8329710&refresh=10&show_r...
for an example failure.

Powered by Google App Engine
This is Rietveld 408576698