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

Issue 2005233002: [tools/perf] Only send _avg metrics for memory infra metrics (Closed)

Created:
4 years, 7 months ago by perezju
Modified:
4 years, 7 months ago
Reviewers:
nednguyen, petrcermak
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

[tools/perf] Only send _avg metrics for memory infra metrics This is a stopgap to reduce the load of data sent to dashboards, to improve the reliability of metrics tracking for these new benchmarks. BUG=610962 Committed: https://crrev.com/373e9b71d8cc649898fc3f4cbf726d95ca61f580 Cr-Commit-Position: refs/heads/master@{#395603}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use a blacklist regex #

Total comments: 2

Patch Set 3 : added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M tools/perf/benchmarks/memory_infra.py View 1 2 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
perezju
4 years, 7 months ago (2016-05-24 10:07:08 UTC) #3
petrcermak
https://codereview.chromium.org/2005233002/diff/1/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2005233002/diff/1/tools/perf/benchmarks/memory_infra.py#newcode96 tools/perf/benchmarks/memory_infra.py:96: return value.name.endswith('_avg') Ned: Will this method also be applied ...
4 years, 7 months ago (2016-05-24 10:23:52 UTC) #4
perezju
https://codereview.chromium.org/2005233002/diff/1/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2005233002/diff/1/tools/perf/benchmarks/memory_infra.py#newcode96 tools/perf/benchmarks/memory_infra.py:96: return value.name.endswith('_avg') On 2016/05/24 10:23:52, petrcermak wrote: > Ned: ...
4 years, 7 months ago (2016-05-24 11:29:06 UTC) #5
petrcermak
LGTM with one comment. Thanks, Petr https://codereview.chromium.org/2005233002/diff/20001/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2005233002/diff/20001/tools/perf/benchmarks/memory_infra.py#newcode17 tools/perf/benchmarks/memory_infra.py:17: _IGNORED_STATS_RE = re.compile(r'_(std|count|max|min|sum|pct_\d{4}(_\d+)?)$') ...
4 years, 7 months ago (2016-05-24 12:36:54 UTC) #6
nednguyen
lgtm
4 years, 7 months ago (2016-05-24 13:05:31 UTC) #7
perezju
https://codereview.chromium.org/2005233002/diff/20001/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2005233002/diff/20001/tools/perf/benchmarks/memory_infra.py#newcode17 tools/perf/benchmarks/memory_infra.py:17: _IGNORED_STATS_RE = re.compile(r'_(std|count|max|min|sum|pct_\d{4}(_\d+)?)$') On 2016/05/24 12:36:54, petrcermak wrote: > ...
4 years, 7 months ago (2016-05-24 13:16:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005233002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005233002/40001
4 years, 7 months ago (2016-05-24 13:17:31 UTC) #11
nednguyen
Just curious, why not do this at _MemoryInfra benchmark so all your memory benchmarks also ...
4 years, 7 months ago (2016-05-24 13:18:00 UTC) #12
perezju
On 2016/05/24 13:18:00, nednguyen wrote: > Just curious, why not do this at _MemoryInfra benchmark ...
4 years, 7 months ago (2016-05-24 13:21:50 UTC) #13
nednguyen
On 2016/05/24 13:21:50, perezju wrote: > On 2016/05/24 13:18:00, nednguyen wrote: > > Just curious, ...
4 years, 7 months ago (2016-05-24 15:14:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_perf_cq on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) winx64_10_perf_cq on ...
4 years, 7 months ago (2016-05-24 15:18:27 UTC) #16
perezju
On 2016/05/24 15:14:00, nednguyen wrote: > On 2016/05/24 13:21:50, perezju wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 15:29:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2005233002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2005233002/40001
4 years, 7 months ago (2016-05-24 15:29:53 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-24 15:34:01 UTC) #22
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 15:35:05 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/373e9b71d8cc649898fc3f4cbf726d95ca61f580
Cr-Commit-Position: refs/heads/master@{#395603}

Powered by Google App Engine
This is Rietveld 408576698