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

Issue 2291313002: [Telemetry] Add 'check_independent' command to benchmark_runner (Closed)

Created:
4 years, 3 months ago by eakuefner
Modified:
4 years, 2 months ago
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[Telemetry] Add 'check_independent' command to benchmark_runner This CL adds a new 'check_independent' subcommand to benchmark_runner, which returns 0 if stories are independent (can be run alone reliably using --story-filter), or 1 if not. It also adds a new strategy for integration testing benchmark_runner. BUG=catapult:#1811 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/60197f381eba6f956d3b264530925b3b452ab9dc

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address Ned's comments #

Total comments: 4

Patch Set 3 : address ned's nits #

Patch Set 4 : add testdata __init__.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -3 lines) Patch
M telemetry/examples/run_benchmark View 1 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/benchmark_runner.py View 1 2 3 5 chunks +26 lines, -3 lines 0 comments Download
M telemetry/telemetry/benchmark_runner_unittest.py View 1 2 chunks +25 lines, -0 lines 0 comments Download
A + telemetry/telemetry/testdata/__init__.py View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py View 1 2 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (26 generated)
eakuefner
Folks, PTAL.
4 years, 3 months ago (2016-08-30 18:48:19 UTC) #2
nednguyen
On 2016/08/30 18:48:19, eakuefner wrote: > Folks, PTAL. Did we settle down on this approach ...
4 years, 3 months ago (2016-08-30 18:50:43 UTC) #3
sullivan
On 2016/08/30 18:50:43, nednguyen wrote: > On 2016/08/30 18:48:19, eakuefner wrote: > > Folks, PTAL. ...
4 years, 3 months ago (2016-08-30 18:54:36 UTC) #4
nednguyen
On 2016/08/30 18:54:36, sullivan wrote: > On 2016/08/30 18:50:43, nednguyen wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 18:57:13 UTC) #5
nednguyen
On 2016/08/30 18:57:13, nednguyen wrote: > On 2016/08/30 18:54:36, sullivan wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 18:58:31 UTC) #6
sullivan
On 2016/08/30 18:58:31, nednguyen wrote: > On 2016/08/30 18:57:13, nednguyen wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 19:11:53 UTC) #7
nednguyen
On 2016/08/30 19:11:53, sullivan wrote: > On 2016/08/30 18:58:31, nednguyen wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 19:46:18 UTC) #8
sullivan
On 2016/08/30 19:46:18, nednguyen wrote: > On 2016/08/30 19:11:53, sullivan wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 20:31:56 UTC) #9
nednguyen
On 2016/08/30 20:31:56, sullivan wrote: > On 2016/08/30 19:46:18, nednguyen wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-08-30 20:42:32 UTC) #10
eakuefner
On 2016/08/30 at 20:42:32, nednguyen wrote: > On 2016/08/30 20:31:56, sullivan wrote: > > On ...
4 years, 3 months ago (2016-08-30 21:05:31 UTC) #11
nednguyen(REVIEW IN OTHER ACC)
On 2016/08/30 21:05:31, eakuefner wrote: > On 2016/08/30 at 20:42:32, nednguyen wrote: > > On ...
4 years, 3 months ago (2016-08-30 21:23:46 UTC) #12
eakuefner
On 2016/08/30 at 21:23:46, nednguyen wrote: > On 2016/08/30 21:05:31, eakuefner wrote: > > On ...
4 years, 3 months ago (2016-08-30 21:45:03 UTC) #13
nednguyen
https://codereview.chromium.org/2291313002/diff/1/telemetry/telemetry/benchmark_runner.py File telemetry/telemetry/benchmark_runner.py (right): https://codereview.chromium.org/2291313002/diff/1/telemetry/telemetry/benchmark_runner.py#newcode425 telemetry/telemetry/benchmark_runner.py:425: all_commands = [Help, Independent, List, Run] + extra_commands rename ...
4 years, 3 months ago (2016-09-08 22:44:21 UTC) #21
nednguyen
On 2016/09/08 22:44:21, nednguyen wrote: > https://codereview.chromium.org/2291313002/diff/1/telemetry/telemetry/benchmark_runner.py > File telemetry/telemetry/benchmark_runner.py (right): > > https://codereview.chromium.org/2291313002/diff/1/telemetry/telemetry/benchmark_runner.py#newcode425 > ...
4 years, 3 months ago (2016-09-08 22:44:40 UTC) #22
eakuefner
On 2016/09/08 at 22:44:40, nednguyen wrote: > On 2016/09/08 22:44:21, nednguyen wrote: > > https://codereview.chromium.org/2291313002/diff/1/telemetry/telemetry/benchmark_runner.py ...
4 years, 3 months ago (2016-09-08 22:46:55 UTC) #25
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/2291313002/20001
4 years, 3 months ago (2016-09-08 22:49:27 UTC) #31
nednguyen
lgtm https://codereview.chromium.org/2291313002/diff/20001/telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py File telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py (right): https://codereview.chromium.org/2291313002/diff/20001/telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py#newcode5 telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py:5: nits: add space https://codereview.chromium.org/2291313002/diff/20001/telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py#newcode24 telemetry/telemetry/testdata/run_benchmark_integration_test_benchmarks.py:24: nits: remove extra ...
4 years, 3 months ago (2016-09-08 22:49:37 UTC) #32
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/2291313002/40001
4 years, 3 months ago (2016-09-08 22:51:47 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Mac Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Mac%20Tryserver/builds/4829)
4 years, 3 months ago (2016-09-08 23:39:25 UTC) #38
eakuefner
Had to fix a unit test; landing this now. Dave, feel free to begin using ...
4 years, 3 months ago (2016-09-21 23:17:26 UTC) #43
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/2291313002/60001
4 years, 3 months ago (2016-09-21 23:17:35 UTC) #46
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/60197f381eba6f956d3b264530925b3b452ab9dc
4 years, 3 months ago (2016-09-21 23:51:52 UTC) #48
nednguyen
On 2016/09/21 23:51:52, commit-bot: I haz the power wrote: > Committed patchset #4 (id:60001) as ...
4 years, 2 months ago (2016-10-06 15:17:31 UTC) #49
eakuefner
On 2016/10/06 at 15:17:31, nednguyen wrote: > On 2016/09/21 23:51:52, commit-bot: I haz the power ...
4 years, 2 months ago (2016-10-07 16:18:26 UTC) #50
eakuefner
4 years, 2 months ago (2016-10-07 16:18:36 UTC) #51
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/2395233004/ by eakuefner@chromium.org.

The reason for reverting is: No longer needed..

Powered by Google App Engine
This is Rietveld 408576698