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

Protoc comparison test #32

Merged
merged 4 commits into from
Dec 30, 2019
Merged

Protoc comparison test #32

merged 4 commits into from
Dec 30, 2019

Commits on Dec 30, 2019

  1. Set up protoc comparison test

    We generate a random message, encode it in protobuf text format, use
    both pbdirect and protoc to encode it as protobuf binary, and compare
    the resulting bytes.
    cb372 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    5091948 View commit details
    Browse the repository at this point in the history
  2. Fun with bytes and strings

    cb372 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    a7c147b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3025805 View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    cb372 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    4aa837d View commit details
    Browse the repository at this point in the history