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

Issue 1368533002: [Telemetry] Add an example for adding an end to end Telemetry benchmark (Closed)

Created:
5 years, 3 months ago by nednguyen
Modified:
5 years, 1 month 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] Add an example for adding an end to end Telemetry benchmark that uses TimelineBasedMetric. ./run_benchmark --browser=system v8_latency.simple_story --use-live-sites --reset BUG= Committed: https://crrev.com/177be893c8e68ba6093872a511a9a2a25dabe007 Cr-Commit-Position: refs/heads/master@{#358398}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Ethan comment message_loop -> v8 change #

Total comments: 6

Patch Set 3 : Address Kari's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -0 lines) Patch
A tools/telemetry/examples/benchmarks/__init__.py View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A tools/telemetry/examples/benchmarks/simple_story_set.py View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A tools/telemetry/examples/benchmarks/v8_benchmark.py View 1 1 chunk +30 lines, -0 lines 0 comments Download
A tools/telemetry/examples/benchmarks/v8_metric.py View 1 1 chunk +42 lines, -0 lines 0 comments Download
A tools/telemetry/examples/run_benchmark View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
nednguyen
5 years, 3 months ago (2015-09-23 23:18:18 UTC) #2
eakuefner
https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py File tools/telemetry/examples/benchmarks/message_loop_benchmark.py (right): https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py#newcode19 tools/telemetry/examples/benchmarks/message_loop_benchmark.py:19: cat_filter.AddIncludedCategory('*') Can we maybe expand this to first add ...
5 years, 1 month ago (2015-10-30 00:14:55 UTC) #3
nednguyen
https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py File tools/telemetry/examples/benchmarks/message_loop_benchmark.py (right): https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py#newcode19 tools/telemetry/examples/benchmarks/message_loop_benchmark.py:19: cat_filter.AddIncludedCategory('*') On 2015/10/30 00:14:55, eakuefner wrote: > Can we ...
5 years, 1 month ago (2015-10-30 16:29:56 UTC) #5
nednguyen
On 2015/10/30 16:29:56, nednguyen wrote: > https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py > File tools/telemetry/examples/benchmarks/message_loop_benchmark.py (right): > > https://codereview.chromium.org/1368533002/diff/1/tools/telemetry/examples/benchmarks/message_loop_benchmark.py#newcode19 > ...
5 years, 1 month ago (2015-10-30 16:31:37 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368533002/20001
5 years, 1 month ago (2015-10-30 17:07:52 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-30 18:25:56 UTC) #10
eakuefner
lgtm I'd say go ahead and land this so we can refer to it in ...
5 years, 1 month ago (2015-11-05 02:37:53 UTC) #11
aiolos (Not reviewing)
lgtm https://codereview.chromium.org/1368533002/diff/20001/tools/telemetry/examples/benchmarks/__init__.py File tools/telemetry/examples/benchmarks/__init__.py (right): https://codereview.chromium.org/1368533002/diff/20001/tools/telemetry/examples/benchmarks/__init__.py#newcode7 tools/telemetry/examples/benchmarks/__init__.py:7: sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) Since this is an example, could ...
5 years, 1 month ago (2015-11-06 18:15:21 UTC) #12
nednguyen
https://codereview.chromium.org/1368533002/diff/20001/tools/telemetry/examples/benchmarks/__init__.py File tools/telemetry/examples/benchmarks/__init__.py (right): https://codereview.chromium.org/1368533002/diff/20001/tools/telemetry/examples/benchmarks/__init__.py#newcode7 tools/telemetry/examples/benchmarks/__init__.py:7: sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) On 2015/11/06 18:15:21, aiolos wrote: > Since ...
5 years, 1 month ago (2015-11-06 18:36:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1368533002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1368533002/40001
5 years, 1 month ago (2015-11-06 18:37:57 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-06 21:17:00 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 21:18:17 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/177be893c8e68ba6093872a511a9a2a25dabe007
Cr-Commit-Position: refs/heads/master@{#358398}

Powered by Google App Engine
This is Rietveld 408576698