Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc(proto): add audit_mode and timings #6363

Merged
merged 4 commits into from
Oct 23, 2018
Merged

Conversation

exterkamp
Copy link
Member

Summary
Adds two missing fields to the proto definition.

  • audit_mode
  • timing + total

Related Issues/PRs
fixes: #6362

@exterkamp exterkamp changed the title Add audit mode and timings. misc(proto): add audit_mode and timings Oct 22, 2018
proto/lighthouse-result.proto Outdated Show resolved Hide resolved
// Message containing timing information about the LHR
message Timing {
// The total time taken by the LHR
google.protobuf.DoubleValue total = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

limited to only total for now on purpose, I assume?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(timing PR isn't landed yet. i got an extension test blowing up because we nuked that try/catch :)

but since it'll be landing soon....

If we excluded it, it'd be the only property we're excluding in LR.

insert 👢 in 😮

And 10 seconds later I'm all pro-excluding from the proto.. :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So...keep it in or?

proto/lighthouse-result.proto Outdated Show resolved Hide resolved
// Message containing timing information about the LHR
message Timing {
// The total time taken by the LHR
google.protobuf.DoubleValue total = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(timing PR isn't landed yet. i got an extension test blowing up because we nuked that try/catch :)

but since it'll be landing soon....

If we excluded it, it'd be the only property we're excluding in LR.

insert 👢 in 😮

And 10 seconds later I'm all pro-excluding from the proto.. :)

proto/lighthouse-result.proto Outdated Show resolved Hide resolved
Co-Authored-By: exterkamp <shaneexterkamp5@gmail.com>
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⌚️ ⏱ 🕐

Copy link
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general I think we should use a script to roll the proto from LH master to LR.

But it's okay this time to have the two in simultaneous flight.

@paulirish paulirish merged commit 879141d into master Oct 23, 2018
@paulirish paulirish deleted the bug/missing-proto-fields branch October 23, 2018 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Fields in proto!
4 participants