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

Issue 2272993003: [Telemetry] Convert long running user stories to the System Health format. (Closed)

Created:
4 years, 4 months ago by rnephew (Reviews Here)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Convert long running user stories to the System Health format. BUG=639315 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq Committed: https://crrev.com/13d57aa167188a0ea4388634fcf4589d892002ff Cr-Commit-Position: refs/heads/master@{#415702}

Patch Set 1 #

Total comments: 13

Patch Set 2 : [Telemetry] Convert long running user stories to the System Health format. #

Total comments: 9

Patch Set 3 : blacklist from smoke test #

Total comments: 5

Patch Set 4 : [Telemetry] Convert long running user stories to the System Health format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -0 lines) Patch
M tools/perf/benchmarks/system_health_smoke_test.py View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M tools/perf/page_sets/data/system_health_desktop.json View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/perf/page_sets/data/system_health_mobile.json View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/perf/page_sets/system_health/long_running_stories.py View 1 1 chunk +94 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (5 generated)
rnephew (Reviews Here)
4 years, 4 months ago (2016-08-24 17:23:56 UTC) #3
rnephew (Reviews Here)
https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py (right): https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py#newcode134 tools/perf/benchmarks/battor.py:134: class DesktopBattOrLongRunning(_BattOrBenchmark): If my understanding of how the system_health.memory_* ...
4 years, 4 months ago (2016-08-24 17:50:45 UTC) #4
petrcermak
Looks good overall. I've left a couple of inline comments. Thanks, Petr https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py ...
4 years, 3 months ago (2016-08-25 09:57:19 UTC) #5
nednguyen
On 2016/08/25 09:57:19, petrcermak wrote: > Looks good overall. I've left a couple of inline ...
4 years, 3 months ago (2016-08-25 13:19:45 UTC) #6
rnephew (Reviews Here)
https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py (right): https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py#newcode133 tools/perf/benchmarks/battor.py:133: On 2016/08/25 09:57:19, petrcermak wrote: > nit: there should ...
4 years, 3 months ago (2016-08-25 15:28:58 UTC) #7
rnephew (Reviews Here)
On 2016/08/25 15:28:58, rnephew (Reviews Here) wrote: > https://codereview.chromium.org/2272993003/diff/1/tools/perf/benchmarks/battor.py > File tools/perf/benchmarks/battor.py (right): > > ...
4 years, 3 months ago (2016-08-25 15:35:15 UTC) #8
perezju
On 2016/08/25 15:35:15, rnephew (Reviews Here) wrote: > On 2016/08/25 15:28:58, rnephew (Reviews Here) wrote: ...
4 years, 3 months ago (2016-08-25 15:48:40 UTC) #9
petrcermak
On 2016/08/25 15:48:40, perezju wrote: > On 2016/08/25 15:35:15, rnephew (Reviews Here) wrote: > > ...
4 years, 3 months ago (2016-08-25 16:55:06 UTC) #10
rnephew (Reviews Here)
> I'm surprised that your dumping memory at all. Which benchmark are you running? > ...
4 years, 3 months ago (2016-08-25 17:17:37 UTC) #11
rnephew (Reviews Here)
On 2016/08/25 17:17:37, rnephew (Reviews Here) wrote: > > I'm surprised that your dumping memory ...
4 years, 3 months ago (2016-08-26 17:29:57 UTC) #12
rnephew (Reviews Here)
On 2016/08/26 17:29:57, rnephew (Reviews Here) wrote: > On 2016/08/25 17:17:37, rnephew (Reviews Here) wrote: ...
4 years, 3 months ago (2016-08-29 17:25:40 UTC) #13
charliea (OOO until 10-5)
https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py File tools/perf/page_sets/system_health/long_running_stories.py (right): https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py#newcode10 tools/perf/page_sets/system_health/long_running_stories.py:10: IDLE_TIME_IN_SECONDS = 100 Why are these constants up at ...
4 years, 3 months ago (2016-08-29 17:36:00 UTC) #14
rnephew (Reviews Here)
https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py File tools/perf/page_sets/system_health/long_running_stories.py (right): https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py#newcode10 tools/perf/page_sets/system_health/long_running_stories.py:10: IDLE_TIME_IN_SECONDS = 100 On 2016/08/29 17:36:00, charliea (OOO until ...
4 years, 3 months ago (2016-08-29 17:42:18 UTC) #15
petrcermak
LGTM if everyone else is happy. Thanks, Petr https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py File tools/perf/page_sets/system_health/long_running_stories.py (right): https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py#newcode10 tools/perf/page_sets/system_health/long_running_stories.py:10: IDLE_TIME_IN_SECONDS ...
4 years, 3 months ago (2016-08-30 12:04:01 UTC) #16
nednguyen
On 2016/08/30 12:04:01, petrcermak wrote: > LGTM if everyone else is happy. > > Thanks, ...
4 years, 3 months ago (2016-08-30 12:08:21 UTC) #17
petrcermak
On 2016/08/30 12:08:21, nednguyen wrote: > On 2016/08/30 12:04:01, petrcermak wrote: > > LGTM if ...
4 years, 3 months ago (2016-08-30 12:24:29 UTC) #18
perezju
https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py File tools/perf/page_sets/system_health/long_running_stories.py (right): https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py#newcode26 tools/perf/page_sets/system_health/long_running_stories.py:26: for _ in xrange(STEPS): On 2016/08/30 12:04:01, petrcermak wrote: ...
4 years, 3 months ago (2016-08-30 17:05:50 UTC) #19
rnephew (Reviews Here)
Added them to the blacklist. PTAL.
4 years, 3 months ago (2016-08-30 23:59:14 UTC) #20
perezju
https://codereview.chromium.org/2272993003/diff/40001/tools/perf/benchmarks/system_health_smoke_test.py File tools/perf/benchmarks/system_health_smoke_test.py (left): https://codereview.chromium.org/2272993003/diff/40001/tools/perf/benchmarks/system_health_smoke_test.py#oldcode51 tools/perf/benchmarks/system_health_smoke_test.py:51: 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:news:cnn', # pylint: disable=line-too-long is this re-enabling load:news:cnn by ...
4 years, 3 months ago (2016-08-31 08:25:41 UTC) #21
petrcermak
https://codereview.chromium.org/2272993003/diff/40001/tools/perf/benchmarks/system_health_smoke_test.py File tools/perf/benchmarks/system_health_smoke_test.py (left): https://codereview.chromium.org/2272993003/diff/40001/tools/perf/benchmarks/system_health_smoke_test.py#oldcode51 tools/perf/benchmarks/system_health_smoke_test.py:51: 'benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_mobile.load:news:cnn', # pylint: disable=line-too-long On 2016/08/31 08:25:41, perezju wrote: ...
4 years, 3 months ago (2016-08-31 11:31:10 UTC) #22
nednguyen
lgtm Watch out for OOM memory on the newly added system_health.common_* benchmark
4 years, 3 months ago (2016-08-31 11:41:25 UTC) #23
rnephew (Reviews Here)
https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py File tools/perf/page_sets/system_health/long_running_stories.py (right): https://codereview.chromium.org/2272993003/diff/20001/tools/perf/page_sets/system_health/long_running_stories.py#newcode10 tools/perf/page_sets/system_health/long_running_stories.py:10: IDLE_TIME_IN_SECONDS = 100 On 2016/08/30 12:04:01, petrcermak wrote: > ...
4 years, 3 months ago (2016-08-31 15:58:00 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/2272993003/60001
4 years, 3 months ago (2016-08-31 15:58:59 UTC) #27
charliea (OOO until 10-5)
lgtm
4 years, 3 months ago (2016-08-31 16:14:37 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-31 18:51:21 UTC) #29
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/13d57aa167188a0ea4388634fcf4589d892002ff Cr-Commit-Position: refs/heads/master@{#415702}
4 years, 3 months ago (2016-08-31 18:54:56 UTC) #31
petrcermak
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2302803002/ by petrcermak@chromium.org. ...
4 years, 3 months ago (2016-09-01 10:38:10 UTC) #32
rnephew (Reviews Here)
4 years, 3 months ago (2016-09-01 15:57:47 UTC) #33
Message was sent while issue was closed.
On 2016/09/01 10:38:10, petrcermak wrote:
> A revert of this CL (patchset #4 id:60001) has been created in
> https://codereview.chromium.org/2302803002/ by mailto:petrcermak@chromium.org.
> 
> The reason for reverting is: The patch broke perf bots because it doesn't
> contain WPR recordings..

To be more specific, it doesn't contain the sha1 files for the WPR recordings.
Uploading a CL that includes those momentarily.

Powered by Google App Engine
This is Rietveld 408576698