|
|
Chromium Code Reviews|
Created:
3 years, 9 months ago by charliea (OOO until 10-5) Modified:
3 years, 9 months ago Reviewers:
*tdresser CC:
catapult-reviews_chromium.org, tracing-review_chromium.org, benjhayden Target Ref:
refs/heads/master Project:
catapult Visibility:
Public. |
DescriptionDisable all non-average summary statistics in tracing_metric.html
Given that all histograms only have one sample and all tests were only
looking at the average summary statistic, this serves no other purpose
other than to help clean up the list of metrics in the dashboard.
(I also added a missing description to the trace duration metric in this
same CL - hopefully that's okay.)
TBR=benjhayden@chromium.org
Review-Url: https://codereview.chromium.org/2755863003
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/04f8d38d9d74e8558757fd724b227ae77e53e42f
Patch Set 1 : Checkpoint. #
Total comments: 3
Messages
Total messages: 31 (18 generated)
Patchset #1 (id:1) has been deleted
charliea@chromium.org changed reviewers: + eakuefner@chromium.org
charliea@chromium.org changed required reviewers: + eakuefner@chromium.org
charliea@chromium.org changed reviewers: + tdresser@chromium.org - eakuefner@chromium.org
charliea@chromium.org changed required reviewers: + tdresser@chromium.org - eakuefner@chromium.org
Swapping out eakuefner@ with tdresser@ based on Ethan's CL load
LGTM with vaguely relevant question. https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... File tracing/tracing/metrics/tracing_metric.html (right): https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... tracing/tracing/metrics/tracing_metric.html:115: 'Average trace size of memory-infra dumps in bytes'; eslint currently verifies that these are present, but only on new code correct? So the reason this needed to be added is that we never went back and added ;'s to old code?
https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... File tracing/tracing/metrics/tracing_metric.html (right): https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... tracing/tracing/metrics/tracing_metric.html:115: 'Average trace size of memory-infra dumps in bytes'; On 2017/03/16 19:44:09, tdresser wrote: > eslint currently verifies that these are present, but only on new code correct? > So the reason this needed to be added is that we never went back and added ;'s > to old code? > Nope: I actually have absolutely no reason why this is the case. When doing the presubmit checks, eslint is only run on the files that are touched. However, when enabling new eslint rules, we regularly run it on the whole codebase with --fix $ common/eslint/bin/run_eslint --all --extra-args="--fix" which should look at all code, not only new code, and fix any problems. Somehow, this must be some case that's not checked by eslint. I wonder if they know about it?
https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... File tracing/tracing/metrics/tracing_metric.html (right): https://codereview.chromium.org/2755863003/diff/20001/tracing/tracing/metrics... tracing/tracing/metrics/tracing_metric.html:115: 'Average trace size of memory-infra dumps in bytes'; On 2017/03/16 20:16:28, charliea wrote: > On 2017/03/16 19:44:09, tdresser wrote: > > eslint currently verifies that these are present, but only on new code > correct? > > So the reason this needed to be added is that we never went back and added ;'s > > to old code? > > > > Nope: I actually have absolutely no reason why this is the case. When doing the > presubmit checks, eslint is only run on the files that are touched. However, > when enabling new eslint rules, we regularly run it on the whole codebase with > --fix > > $ common/eslint/bin/run_eslint --all --extra-args="--fix" > > which should look at all code, not only new code, and fix any problems. Somehow, > this must be some case that's not checked by eslint. I wonder if they know about > it? Interesting. Must be a fairly complicated repro - eslint is doing fine on the minimized test case I tried.
The CQ bit was checked by charliea@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer,_not_ a full super star committer. Committers are members of the group "project-catapult-committers". Note that this has nothing to do with OWNERS files.
Description was changed from ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) ========== to ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) TBR=benjhayden@chromium.org ==========
charliea@chromium.org changed reviewers: + benjhayden@chromium.org
(TBRing Ben while Tim gets committer status)
The CQ bit was checked by charliea@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by charliea@chromium.org
As per Tim's request, I'm going to try this without TBRing Ben to check if Tim has the correct permissions now.
charliea@chromium.org changed reviewers: - benjhayden@chromium.org
The CQ bit was checked by charliea@chromium.org
Description was changed from ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) TBR=benjhayden@chromium.org ========== to ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) ==========
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by charliea@chromium.org
The CQ bit was checked by charliea@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1490101614205660,
"parent_rev": "73de308284a8f86bc8d350c677dcc2fe59325171", "commit_rev":
"04f8d38d9d74e8558757fd724b227ae77e53e42f"}
Message was sent while issue was closed.
Description was changed from ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) TBR=benjhayden@chromium.org ========== to ========== Disable all non-average summary statistics in tracing_metric.html Given that all histograms only have one sample and all tests were only looking at the average summary statistic, this serves no other purpose other than to help clean up the list of metrics in the dashboard. (I also added a missing description to the trace duration metric in this same CL - hopefully that's okay.) TBR=benjhayden@chromium.org Review-Url: https://codereview.chromium.org/2755863003 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapu... ==========
Message was sent while issue was closed.
Committed patchset #1 (id:20001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapu... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
