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

Issue 2091103003: [Telemetry] Add Benchmark.ShouldTearDownStateAfterEachStorySetRun (Closed)

Created:
4 years, 6 months ago by perezju
Modified:
4 years, 5 months ago
Reviewers:
eakuefner, nednguyen
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Base URL:
git@github.com:catapult-project/catapult@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[Telemetry] Add Benchmark.ShouldTearDownStateAfterEachStorySetRun Defaults to True in order to reset the state and make individual story set repeats more independent of each other. The intended effect is to average out noise in measurements between repeats. Long running benchmarks willing to stess test the browser and have it run for long periods of time may switch this value to False. BUG=catapult:#2294 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/310495788cee041306bcfc0eb289c0184d47aca2

Patch Set 1 #

Total comments: 3

Patch Set 2 : do not change default #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -7 lines) Patch
M telemetry/telemetry/benchmark.py View 1 2 chunks +20 lines, -1 line 1 comment Download
M telemetry/telemetry/benchmark_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/story_runner.py View 3 chunks +7 lines, -3 lines 0 comments Download
M telemetry/telemetry/internal/story_runner_unittest.py View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
perezju
4 years, 6 months ago (2016-06-24 10:09:14 UTC) #2
perezju
https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark_unittest.py File telemetry/telemetry/benchmark_unittest.py (right): https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark_unittest.py#newcode141 telemetry/telemetry/benchmark_unittest.py:141: *args, **kwargs): # pylint: disable=unused-argument fixing some random issue ...
4 years, 6 months ago (2016-06-24 10:12:32 UTC) #3
nednguyen
https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark.py File telemetry/telemetry/benchmark.py (right): https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark.py#newcode129 telemetry/telemetry/benchmark.py:129: return True This will cause a behavior change to ...
4 years, 6 months ago (2016-06-24 14:44:51 UTC) #4
perezju
https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark.py File telemetry/telemetry/benchmark.py (right): https://codereview.chromium.org/2091103003/diff/1/telemetry/telemetry/benchmark.py#newcode129 telemetry/telemetry/benchmark.py:129: return True On 2016/06/24 14:44:50, nednguyen wrote: > This ...
4 years, 6 months ago (2016-06-24 15:12:36 UTC) #5
nednguyen
lgtm https://codereview.chromium.org/2091103003/diff/20001/telemetry/telemetry/benchmark.py File telemetry/telemetry/benchmark.py (right): https://codereview.chromium.org/2091103003/diff/20001/telemetry/telemetry/benchmark.py#newcode131 telemetry/telemetry/benchmark.py:131: # https://github.com/catapult-project/catapult/issues/2294#issuecomment-228306977 this may cause a lint check ...
4 years, 6 months ago (2016-06-24 16:11:55 UTC) #6
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/2091103003/20001
4 years, 5 months ago (2016-06-27 08:11:15 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 08:33:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698