Eric Gribkoff
47ceb4e035
set timeout on rpc call
5 years ago
Esun Kim
dc8c0a2c2b
Update abseil to lts_2020_02_25
5 years ago
Eric Gribkoff
e8325a16e6
Add --stats_port and --service_port_range params
...
--service_port_range replaces --grpc_port and allows the test driver to
pick an available port, allowing multiple instances of the test to run
simultaneously in the same GCP project and network
5 years ago
Eric Gribkoff
704415e252
Add params for running in other test environments
5 years ago
Lidi Zheng
abebd4085d
Generate tests.json
5 years ago
Lidi Zheng
fdbeb3c5c3
Enforce 1 channel per client
5 years ago
Lidi Zheng
c22b161d4e
Improve benchmark automations:
...
1. Use monotonic time;
2. Improve readabilities;
3. Add two more fields for number of processes.
5 years ago
Lidi Zheng
50a7c863dd
Add nto1 scenario between aio and C++
5 years ago
Lidi Zheng
72514e9bf4
Adding more comments & fix the outstanding channel count
5 years ago
Lidi Zheng
4819d8ba6e
Improve scenario configs & plumb through channel arguments
5 years ago
Lidi Zheng
68be8a7742
Improve log readability & polish scenario parameters
5 years ago
Lidi Zheng
03e1bf1071
Fix already cancelled RPC
5 years ago
Lidi Zheng
df7d02c887
Make shellcheck happy
5 years ago
Lidi Zheng
32d83a9c28
Use tools/bazel instead of installed bazel
5 years ago
Lidi Zheng
c702f7238e
s/blaze/bazel/
5 years ago
Lidi Zheng
3a46fc73dd
Use Bazel to build and run aio qps worker
5 years ago
Lidi Zheng
e9b1cddb97
Fix the cpp server scenarios
5 years ago
Lidi Zheng
88077403cb
Add full capacity benchmark scenario
5 years ago
Lidi Zheng
8bede2fe91
Explicitly disable fork support
5 years ago
Lidi Zheng
8a70e757fa
Re-enable all scenarios
5 years ago
Lidi Zheng
5e2114d92f
Fix the sub worker
5 years ago
Lidi Zheng
2d81bd203f
Introduce sub workers
5 years ago
Lidi Zheng
e0f235ed99
Unconstrained?
5 years ago
Lidi Zheng
37bb427c03
Make run_worker_python.sh an executable
5 years ago
Lidi Zheng
85eb4c17fb
Use Python3.6 v2
5 years ago
Lidi Zheng
2e4e4f72c1
Use Python3.6 instead of Python3.7
5 years ago
Lidi Zheng
d309d35934
Fix the build performance for python_asyncio
5 years ago
Lidi Zheng
6f343fc758
Make sanity tests happy
5 years ago
Lidi Zheng
5d46af6c19
Fix typo in build_performance.sh
5 years ago
Lidi Zheng
1ba37eebd2
Add Python AsyncIO to the party
5 years ago
Lars Kanis
4c667476a0
Add ruby-2.7 to build process of binary gems for Windows and Linux
...
With rake-compiler-dock-1.0.1 there's no need to use a derived Dockerfile.
The standard RCD image can be used instead.
The only issue is with conflicting declarations of gettimeofday(), which can be easily worked around by patching win32.h before the build.
Fixes #21514
5 years ago
Esun Kim
377fcc9bba
Update docker images for Ruby
5 years ago
Esun Kim
cf618b1b8c
Removed unused sync_[no]_cxx11 files
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Mark D. Roth
01e87e2d93
Remove old JSON API
5 years ago
Eric Gribkoff
237e1cd033
typo
5 years ago
Jan Tattermusch
87f7674248
cleanup C++ distribtests
5 years ago
Eric Gribkoff
0bc088fbd3
e2-standard-2
5 years ago
Eric Gribkoff
df470c3e68
fix with clause
5 years ago
Eric Gribkoff
dc504622e7
remove bootstrap.json
5 years ago
Eric Gribkoff
09df710f07
generate bootstrap
5 years ago
Lidi Zheng
c53dd61dc7
Stop building for Android
5 years ago
Eric Gribkoff
1e75218905
wait for backend health first
5 years ago
Eric Gribkoff
31fa9550e5
Add runner script for xDS integration tests
5 years ago
Lidi Zheng
ef3e6da5ba
s/use_asyncio/use-asyncio/g
5 years ago
Lidi Zheng
4842e23e9c
Make YAPF happy
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
Lidi Zheng
dc202bdf1f
Adding gRPC Python AsyncIO interop client and server
5 years ago
Ben Reed
01457b2b5a
Add ignore android flag in performance README.md
...
The tools/run_tests/performance/README.md file provides an example to
run workers in Java. However, this example does not work out of the
box, because the Java build requires an Android SDK. This change adds a
Gradle flag `-PskipAndroid=true` to the existing example, allowing it to
work as intended.
Signed-off-by: Ben Reed <benreed@google.com>
5 years ago
Yash Tibrewal
74309886bb
Replace LogicalThread with WorkSerializer
5 years ago