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

Add experimental option to run unary-stream RPCs on a single Python thread. #20753

Merged
merged 26 commits into from
Oct 23, 2019

Commits on Oct 16, 2019

  1. Add benchmark

    gnossen committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2b4de59 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. WIP. MVP for single-threaded

    gnossen committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    90cded9 View commit details
    Browse the repository at this point in the history
  2. Add protobuf to benchmark

    gnossen committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8ba4105 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Add proto

    gnossen committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    d946418 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Pass RPC test

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5f5e9e2 View commit details
    Browse the repository at this point in the history
  2. Fix metadata tests

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    dd7b04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4217a79 View commit details
    Browse the repository at this point in the history
  4. Protect critical sections

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    d51fa80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5782733 View commit details
    Browse the repository at this point in the history
  6. Add docstrings

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    d9d3e38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b11fe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12b7a84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    420c9bc View commit details
    Browse the repository at this point in the history
  10. Yapf

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9ff053f View commit details
    Browse the repository at this point in the history
  11. Pylint

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    f09f59f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ad50b8 View commit details
    Browse the repository at this point in the history
  13. Kokoro is v4-only

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e557dd8 View commit details
    Browse the repository at this point in the history
  14. Add copyright comments

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e8d8883 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36e8f9f View commit details
    Browse the repository at this point in the history
  16. Yapf

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    3411202 View commit details
    Browse the repository at this point in the history
  17. Add TODOs

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0dd70ff View commit details
    Browse the repository at this point in the history
  18. Copyright

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0bb38a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    da9f5f7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d5d9bc0 View commit details
    Browse the repository at this point in the history
  21. Yapf

    gnossen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    469637e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0c6f8db View commit details
    Browse the repository at this point in the history