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

Issue 2876073003: Migrate cluster telemetry benchmarks to tools/perf/contrib/cluster_telemetry/ (Closed)

Created:
3 years, 7 months ago by nednguyen
Modified:
3 years, 7 months ago
Reviewers:
rmistry, wkorman, rmistry1
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate cluster telemetry benchmarks to tools/perf/contrib/cluster_telemetry/ *Notes to reviewers: 1) Main files to review: tools/perf/cluster_telemetry/OWNERS 2) Logical move includes: i) Straight move of multipage_skpicture_printer.py, rasterize_and_record_micro.py, repaint.py, repaint_unittest.py, repaint_helpers.py, skpicture_printer.py to contrib/cluster_telemetry/ ii) Move part of loading.py contrib/cluster_telemetry/loading_ct.py Note: this also include removes referencing to repaint module in benchmark_smoke_unittest. This is actually irrelevant since the repaint module no longer contains locally runnable benchmarks after https://codereview.chromium.org/2874043003/ BUG=715704 Review-Url: https://codereview.chromium.org/2876073003 Cr-Commit-Position: refs/heads/master@{#471431} Committed: https://chromium.googlesource.com/chromium/src/+/59b0d3260589cd8a1328e7d533752619687fb6fa

Patch Set 1 #

Patch Set 2 : rename repaint_ct to just repaint #

Patch Set 3 : Remove BENCHMARKS_BLACK_LIST #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -664 lines) Patch
M tools/perf/benchmark.csv View 1 chunk +0 lines, -1 line 0 comments Download
M tools/perf/benchmarks/benchmark_smoke_unittest.py View 2 chunks +0 lines, -2 lines 2 comments Download
D tools/perf/benchmarks/ct_benchmarks_unittest.py View 1 chunk +0 lines, -116 lines 0 comments Download
M tools/perf/benchmarks/loading.py View 2 chunks +0 lines, -36 lines 0 comments Download
D tools/perf/benchmarks/multipage_skpicture_printer.py View 1 chunk +0 lines, -89 lines 0 comments Download
M tools/perf/benchmarks/rasterize_and_record_micro.py View 2 chunks +0 lines, -25 lines 0 comments Download
D tools/perf/benchmarks/repaint.py View 1 chunk +0 lines, -49 lines 0 comments Download
D tools/perf/benchmarks/skpicture_printer.py View 1 chunk +0 lines, -88 lines 0 comments Download
A tools/perf/contrib/cluster_telemetry/OWNERS View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/perf/contrib/cluster_telemetry/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/ct_benchmarks_unittest.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/ct_benchmarks_util.py View 1 chunk +0 lines, -1 line 0 comments Download
A tools/perf/contrib/cluster_telemetry/loading_ct.py View 1 chunk +42 lines, -0 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/multipage_skpicture_printer.py View 4 chunks +5 lines, -11 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/page_set.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/perf/contrib/cluster_telemetry/rasterize_and_record_micro_ct.py View 1 chunk +34 lines, -0 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/repaint.py View 1 2 chunks +5 lines, -10 lines 2 comments Download
A + tools/perf/contrib/cluster_telemetry/repaint_helpers.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/perf/contrib/cluster_telemetry/repaint_unittest.py View 2 chunks +3 lines, -1 line 1 comment Download
A + tools/perf/contrib/cluster_telemetry/skpicture_printer.py View 4 chunks +5 lines, -10 lines 0 comments Download
M tools/perf/core/perf_data_generator.py View 1 2 2 chunks +0 lines, -19 lines 0 comments Download
D tools/perf/ct_benchmarks_util.py View 1 chunk +0 lines, -25 lines 0 comments Download
D tools/perf/measurements/repaint_unittest.py View 1 chunk +0 lines, -72 lines 0 comments Download
D tools/perf/page_sets/ct_page_set.py View 1 chunk +0 lines, -52 lines 0 comments Download
D tools/perf/page_sets/repaint_helpers.py View 1 chunk +0 lines, -55 lines 0 comments Download
M tools/perf/unowned_benchmarks.txt View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 22 (12 generated)
nednguyen
3 years, 7 months ago (2017-05-12 15:17:59 UTC) #2
nednguyen
On 2017/05/12 15:17:59, nednguyen wrote: Note that I remove all the @Disabled('all') decorators because benchmarks ...
3 years, 7 months ago (2017-05-12 15:18:35 UTC) #3
rmistry
lgtm Here is an example command run by CT: PYTHONPATH=/b/storage/page_sets/Dummy1k:/b/storage/chromium/src/tools/perf:/b/storage/chromium/src/tools/telemetry:/b/storage/chromium/src/third_party/catapult:$PYTHONPATH DISPLAY=:0 python /b/storage/chromium/src/tools/perf/run_benchmark rasterize_and_record_micro_ct \ ...
3 years, 7 months ago (2017-05-12 16:27:44 UTC) #9
nednguyen
On 2017/05/12 16:27:44, rmistry wrote: > lgtm > > > Here is an example command ...
3 years, 7 months ago (2017-05-12 16:29:58 UTC) #10
rmistry
On 2017/05/12 16:29:58, nednguyen wrote: > On 2017/05/12 16:27:44, rmistry wrote: > > lgtm > ...
3 years, 7 months ago (2017-05-12 16:32:53 UTC) #11
wkorman
lgtm https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py File tools/perf/benchmarks/benchmark_smoke_unittest.py (left): https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py#oldcode96 tools/perf/benchmarks/benchmark_smoke_unittest.py:96: repaint, # Often fails & takes long time ...
3 years, 7 months ago (2017-05-12 17:44:24 UTC) #14
nednguyen
https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py File tools/perf/benchmarks/benchmark_smoke_unittest.py (left): https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py#oldcode96 tools/perf/benchmarks/benchmark_smoke_unittest.py:96: repaint, # Often fails & takes long time to ...
3 years, 7 months ago (2017-05-12 20:17:03 UTC) #15
nednguyen
On 2017/05/12 20:17:03, nednguyen wrote: > https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py > File tools/perf/benchmarks/benchmark_smoke_unittest.py (left): > > https://codereview.chromium.org/2876073003/diff/40001/tools/perf/benchmarks/benchmark_smoke_unittest.py#oldcode96 > ...
3 years, 7 months ago (2017-05-12 20:20:30 UTC) #16
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/2876073003/40001
3 years, 7 months ago (2017-05-12 20:22:31 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 20:28:52 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/59b0d3260589cd8a1328e7d53375...

Powered by Google App Engine
This is Rietveld 408576698