aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #16868 from vishalpowar/xds-pluginGravatar vishalpowar2018-10-16
|\ | | | | Add new grpc lb plugin 'xds'
| * Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
| | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API.
* | Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ \ | | | | | | Align some build.yaml test names with bazel counterparts
* \ \ Merge pull request #16851 from jtattermusch/benchmark_singlevm_jobGravatar Jan Tattermusch2018-10-16
|\ \ \ | | | | | | | | Add kokoro job for single VM benchmark
* \ \ \ Merge pull request #16893 from lidizheng/run-tests-python-3.7Gravatar Lidi Zheng2018-10-15
|\ \ \ \ | | | | | | | | | | Add support to run_tests.py for python 3.7
| * | | | Add support for python 3.7Gravatar Lidi Zheng2018-10-15
| | | | |
* | | | | Revert "Add c++ google default creds to cloud to prod auth scenarios"Gravatar Jan Tattermusch2018-10-15
| |_|_|/ |/| | |
* | | | Merge pull request #16840 from apolcyn/go_java_cloud_to_prodGravatar apolcyn2018-10-12
|\ \ \ \ | |/ / / |/| | | Add java google default creds to cloud-to-prod interop scenarios
* | | | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
|\ \ \ \ | | | | | | | | | | Benchmark test for unary callback based RPCs in gRPC
| | | | * regenerate projectsGravatar Jan Tattermusch2018-10-12
| |_|_|/ |/| | |
| | | * add kokoro job for 1VM benchmarkGravatar Jan Tattermusch2018-10-12
| | | |
* | | | install NET Core 1.0.5 runtimeGravatar Jan Tattermusch2018-10-12
| | | |
* | | | cleanup python installationGravatar Jan Tattermusch2018-10-12
| | | |
* | | | install oauth2client tooGravatar Jan Tattermusch2018-10-12
| | | |
* | | | install gsutil, comment psutilGravatar Jan Tattermusch2018-10-12
| | | |
* | | | install psutil using apt-getGravatar Jan Tattermusch2018-10-12
| | | |
* | | | pip install psutilGravatar Jan Tattermusch2018-10-12
| | | |
* | | | install dockerGravatar Jan Tattermusch2018-10-12
| | | |
* | | | make the image kokoro compatibleGravatar Jan Tattermusch2018-10-12
| | | |
* | | | allow kokoro CI to authenticateGravatar Jan Tattermusch2018-10-12
| | | |
* | | | add instructions for updatingGravatar Jan Tattermusch2018-10-12
| | | |
* | | | delete create linux worker scriptGravatar Jan Tattermusch2018-10-12
| | | |
* | | | make performance worker script up-to-dateGravatar Jan Tattermusch2018-10-12
| | | |
* | | | delete no longer needed scriptsGravatar Jan Tattermusch2018-10-12
| |_|/ |/| |
* | | Merge pull request #16844 from jtattermusch/fixup_16837Gravatar Jan Tattermusch2018-10-12
|\ \ \ | | | | | | | | Fixup #16837 (build_performance.sh)
* \ \ \ Merge pull request #16841 from apolcyn/add_cpp_gcd_to_cloud_to_prod_authGravatar apolcyn2018-10-11
|\ \ \ \ | | | | | | | | | | Add c++ google default creds to cloud to prod auth scenarios
| | | | * Add java google default creds to cloud-to-prod interop scenariosGravatar Alexander Polcyn2018-10-11
| | | | |
| | * | | fixup #16837Gravatar Jan Tattermusch2018-10-12
| | | | |
* | | | | Merge pull request #16836 from mehrdada/strip-manylinux-wheelsGravatar Mehrdad Afshari2018-10-11
|\ \ \ \ \ | |_|/ / / |/| | | | Strip manylinux1 binary wheels
| | * | | Add c++ google default creds to cloud to prod auth scenariosGravatar Alexander Polcyn2018-10-11
| | | |/ | | |/|
| * | | Strip manylinux1 binary wheelsGravatar Mehrdad Afshari2018-10-11
| | | |
* | | | only build with python27 in performance benchmarksGravatar Jan Tattermusch2018-10-11
|/ / /
* | | Merge pull request #16816 from jtattermusch/update_owners_dgx_mehrdadaGravatar Jan Tattermusch2018-10-10
|\ \ \ | | | | | | | | Update owners (replace dgquintas and mehrdada)
* \ \ \ Merge pull request #16826 from jtattermusch/fix_run_performance_testsGravatar Jan Tattermusch2018-10-10
|\ \ \ \ | | | | | | | | | | run_performance_tests.py: cleaner way to start port_server.py
| * | | | make sure port server runs locally tooGravatar Jan Tattermusch2018-10-10
| | | | |
* | | | | Increment version number since grpc_use_signal deletion is an API breakerGravatar Vijay Pai2018-10-10
|/ / / /
* | | | use Ninja to build grpc_csharp_ext windows artifactGravatar Jan Tattermusch2018-10-09
| | | |
| * | | update OWNERS filesGravatar Jan Tattermusch2018-10-09
|/ / /
* | | Regenerate projectsGravatar Stanley Cheung2018-10-08
| | |
| | * Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
| |/ | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
* / fix google-api-python-client installationGravatar Jan Tattermusch2018-10-08
|/
* address review commentsGravatar Jan Tattermusch2018-10-05
|
* yapf codeGravatar Jan Tattermusch2018-10-04
|
* fix build of performance benchmarksGravatar Jan Tattermusch2018-10-04
|
* disable assembly optimizations for linux x86Gravatar Jan Tattermusch2018-10-04
|
* remove TODOGravatar Jan Tattermusch2018-10-04
|
* fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
|
* build C# artifact using cmakeGravatar Jan Tattermusch2018-10-04
|
* regenerate dockerfilesGravatar Jan Tattermusch2018-10-04
|
* add cmake to C# docker imagesGravatar Jan Tattermusch2018-10-04
|