Jan Tattermusch
577d2aa8b6
install oauth2client too
7 years ago
Jan Tattermusch
88d809ebbb
install gsutil, comment psutil
7 years ago
Jan Tattermusch
b3ee59a486
install psutil using apt-get
7 years ago
Jan Tattermusch
c2b64573b0
pip install psutil
7 years ago
Jan Tattermusch
e3162fd113
install docker
7 years ago
Jan Tattermusch
5f5d696b8a
make the image kokoro compatible
7 years ago
Jan Tattermusch
0c1a76ec52
allow kokoro CI to authenticate
7 years ago
Jan Tattermusch
f5ccae70f6
add instructions for updating
7 years ago
Jan Tattermusch
72b51330a7
delete create linux worker script
7 years ago
Jan Tattermusch
e663c2d59b
make performance worker script up-to-date
7 years ago
Jan Tattermusch
607c98d343
delete no longer needed scripts
7 years ago
Nathaniel Manista
8ae3285323
Merge pull request #16813 from ghostwriternr/bazel-python-interop-tests
...
Bazel rules for gRPC Python interop tests.
7 years ago
Jan Tattermusch
9ace9a4a07
Merge pull request #16844 from jtattermusch/fixup_16837
...
Fixup #16837 (build_performance.sh)
7 years ago
apolcyn
e36c14fb61
Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_auth
...
Add c++ google default creds to cloud to prod auth scenarios
7 years ago
Muxi Yan
92d6e285d1
Polish exception message
7 years ago
Muxi Yan
454966e36c
Copy in GRPCCallOptions setters
7 years ago
Muxi Yan
1c8751f366
Avoid copy in GRPCCallOptions:copyWithZone:
7 years ago
Muxi Yan
ecf85f0459
Copy fields in GRPCCallOptions initializer
7 years ago
Muxi Yan
229651a371
Check range of value-typed channel arg
7 years ago
Muxi Yan
2c47c95338
Rename channelId->channelID
7 years ago
hcaseyal
4f2b4ae81d
Merge pull request #16843 from hcaseyal/add_metadata_tests
...
Add metadata streaming tests
7 years ago
Alexander Polcyn
4632895da9
Add java google default creds to cloud-to-prod interop scenarios
7 years ago
Jan Tattermusch
eac8b812b4
fixup #16837
7 years ago
Mehrdad Afshari
788ace1c01
Merge pull request #16836 from mehrdada/strip-manylinux-wheels
...
Strip manylinux1 binary wheels
7 years ago
Noah Eisen
2b536a9dc9
Merge pull request #16827 from ncteisen/channelz-connected-ownership
...
Connected Channel has ref to Channelz
7 years ago
yihuaz
a382824726
Merge pull request #16792 from grpc/revert-16791-revert-16695-pass_pollset_set_tsi_handshaker
...
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
7 years ago
Jan Tattermusch
0be291351c
Merge pull request #16837 from jtattermusch/python_benchmarks_only_build27
...
Only build with python27 in performance benchmarks
7 years ago
Muxi Yan
521ffacd7c
Add example to channelPoolDomain
7 years ago
Hope Casey-Allen
12925d6fc8
Move check closer to relevant code
7 years ago
Muxi Yan
0fc040d19a
Rename pemXxx parameters to PEMXxx
7 years ago
Muxi Yan
2c1c22c3f1
Do not nullify GRPCCall2._call on half-close
7 years ago
Hope Casey-Allen
3ed3c8c071
Add metadata streaming tests
7 years ago
ncteisen
4b8fb77690
reviewer comments
7 years ago
Alexander Polcyn
aea5f109a6
Add c++ google default creds to cloud to prod auth scenarios
7 years ago
Muxi Yan
a397862fd5
property attribute fixes
7 years ago
Muxi Yan
0d4ac971df
Restrict NSTimeInterval parameters to non-negative
7 years ago
Mehrdad Afshari
be4b2db4ad
Strip manylinux1 binary wheels
7 years ago
Muxi Yan
96709ecb8c
Fix another NSString* != nil to NSString.length != 0
7 years ago
Muxi Yan
8592dc2722
Rename GRPCTransportTypeDefault to GRPCTransportTypeChttp2CFStream
7 years ago
Muxi Yan
bca7e68ccb
use strong self for authTokenProvider
7 years ago
Muxi Yan
fb9d054ac7
Check string length
7 years ago
Muxi Yan
aabce5e19c
Initialize flag
7 years ago
Muxi Yan
b634447d2c
Resetting _call and _handler on finish
7 years ago
Soheil Hassas Yeganeh
78434ad303
Do not wait for allocation if buffer is less than half the target.
...
We overallocate by 2x for target. Unless buffer is more than half
full, we should not delay read for more allocation.
7 years ago
Soheil Hassas Yeganeh
c8d5db1717
Update TCP read estimates as soon as we read the whole buffer.
...
If we have a continous stream of bytes on the socket, we will
never grow the buffer, because we will never get EAGAIN, and
call finish. This is a serious performance issue, which can
be misued.
As soon as we have a full buffer, update the estimate.
7 years ago
Jan Tattermusch
22c6257040
only build with python27 in performance benchmarks
7 years ago
Muxi Yan
92e81c80ef
Add comment on clearing GRPCCall2._handler
7 years ago
Muxi Yan
5d16c2ff92
Move issuance of response in helper functions
7 years ago
Muxi Yan
7b08066d8f
Fix CI failures
7 years ago
Jan Tattermusch
223995b3de
Merge pull request #16753 from jtattermusch/unify_fallthrough
...
Unify fallthrough comment in switch statements
7 years ago