Mehrdad Afshari
9d2f985f55
Revert "Bazel rules for gRPC Python interop tests"
...
This reverts commit 9172775bc8
.
6 years ago
Mehrdad Afshari
45e8ada064
Revert "Bazel rules for Python grpcio_reflection"
...
This reverts commit 2e78e516ad
.
6 years ago
Mehrdad Afshari
c992454355
Revert "Rename BUILD files to Bazel convention"
...
This reverts commit 079e250167
.
6 years ago
Mehrdad Afshari
bbd8e29b59
Merge pull request #16859 from ghostwriternr/reflection-bazel-fix
...
Rename BUILD files to Bazel convention
6 years ago
Moiz Haidry
2478ea4289
Merge pull request #16807 from mhaidrygoog/callback_unary_benchmark
...
Benchmark test for unary callback based RPCs in gRPC
6 years ago
ncteisen
4377cbadaf
Support channelz pagination
6 years ago
Naresh
079e250167
Rename BUILD files to Bazel convention
6 years ago
Soheil Hassas Yeganeh
5b7c093386
Merge pull request #16838 from soheilhy/worktree-tcp-read
...
Simple optimizations in TCP read
6 years ago
ncteisen
10f995d283
Enable channelz by default
6 years ago
Noah Eisen
8510e7f7d2
Merge pull request #16835 from ncteisen/channelz-tsan
...
Fix Channelz Tsan Failures
6 years ago
ncteisen
773434a484
Atomically set BaseNode uuid
6 years ago
Jan Tattermusch
64e119504f
regenerate projects
6 years ago
Jan Tattermusch
37b22cbc60
qualify handshake_client and handshake_server tests with "_ssl"
6 years ago
Jan Tattermusch
c28afbb9c1
rename memory_profile_test to memory_usage_test
6 years ago
Jan Tattermusch
433ad52e8c
rename bazel stream_compress_test to stream_compression_test
6 years ago
Jan Tattermusch
47bafd76ae
add kokoro job for 1VM benchmark
6 years ago
Jan Tattermusch
bb44ca2c21
Merge pull request #16824 from jtattermusch/gce_script_update
...
Cleanup & update scripts for creating GCE VM
6 years ago
Nathaniel Manista
73419c49ac
Merge pull request #16831 from ghostwriternr/bazel-python-reflection
...
Bazel rules for Python grpcio_reflection.
6 years ago
Jan Tattermusch
501461b97e
install NET Core 1.0.5 runtime
6 years ago
Jan Tattermusch
07c4b2060a
cleanup python installation
6 years ago
Jan Tattermusch
577d2aa8b6
install oauth2client too
6 years ago
Jan Tattermusch
88d809ebbb
install gsutil, comment psutil
6 years ago
Jan Tattermusch
b3ee59a486
install psutil using apt-get
6 years ago
Jan Tattermusch
c2b64573b0
pip install psutil
6 years ago
Jan Tattermusch
e3162fd113
install docker
6 years ago
Jan Tattermusch
5f5d696b8a
make the image kokoro compatible
6 years ago
Jan Tattermusch
0c1a76ec52
allow kokoro CI to authenticate
6 years ago
Jan Tattermusch
f5ccae70f6
add instructions for updating
6 years ago
Jan Tattermusch
72b51330a7
delete create linux worker script
6 years ago
Jan Tattermusch
e663c2d59b
make performance worker script up-to-date
6 years ago
Jan Tattermusch
607c98d343
delete no longer needed scripts
6 years ago
Nathaniel Manista
8ae3285323
Merge pull request #16813 from ghostwriternr/bazel-python-interop-tests
...
Bazel rules for gRPC Python interop tests.
6 years ago
Jan Tattermusch
9ace9a4a07
Merge pull request #16844 from jtattermusch/fixup_16837
...
Fixup #16837 (build_performance.sh)
6 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
6 years ago
hcaseyal
4f2b4ae81d
Merge pull request #16843 from hcaseyal/add_metadata_tests
...
Add metadata streaming tests
6 years ago
Alexander Polcyn
4632895da9
Add java google default creds to cloud-to-prod interop scenarios
6 years ago
Jan Tattermusch
eac8b812b4
fixup #16837
6 years ago
Mehrdad Afshari
788ace1c01
Merge pull request #16836 from mehrdada/strip-manylinux-wheels
...
Strip manylinux1 binary wheels
6 years ago
Noah Eisen
2b536a9dc9
Merge pull request #16827 from ncteisen/channelz-connected-ownership
...
Connected Channel has ref to Channelz
6 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""
6 years ago
Jan Tattermusch
0be291351c
Merge pull request #16837 from jtattermusch/python_benchmarks_only_build27
...
Only build with python27 in performance benchmarks
6 years ago
Hope Casey-Allen
12925d6fc8
Move check closer to relevant code
6 years ago
Hope Casey-Allen
3ed3c8c071
Add metadata streaming tests
6 years ago
ncteisen
4b8fb77690
reviewer comments
6 years ago
Alexander Polcyn
aea5f109a6
Add c++ google default creds to cloud to prod auth scenarios
6 years ago
Mehrdad Afshari
be4b2db4ad
Strip manylinux1 binary wheels
6 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.
6 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.
6 years ago
Jan Tattermusch
22c6257040
only build with python27 in performance benchmarks
6 years ago
Jan Tattermusch
223995b3de
Merge pull request #16753 from jtattermusch/unify_fallthrough
...
Unify fallthrough comment in switch statements
6 years ago