Lidi Zheng
4f451c78a4
Add basic benchmark test for Python
6 years ago
yang-g
67742ef63f
Fix BUILD files. Manually edit bzl files
6 years ago
Bill Feng
9759a1b241
removed accidental submodule update
6 years ago
Moiz Haidry
1303ec7b53
Added benchmarks for Callback based Unary server
6 years ago
Moiz Haidry
b4d5c7cee4
Benchmark test for callback unary gRPC
...
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
7 years ago
Bill Feng
21824afb09
used alternative approach - generated bazel scenarios
7 years ago
Bill Feng
654a1ea0f6
made timeout longer
7 years ago
Bill Feng
5be7304b06
used standalone JSON files for scenarios
7 years ago
Bill Feng
373c5b31db
added qps tests on bazel
7 years ago
Alex Polcyn
92e0a70ec6
Make QPS server builder customizeabled
7 years ago
Adele Zhou
8edd56841e
Step 3 of multipool RBE configuration.
7 years ago
kpayson64
7a20c962df
Break out qps services into seperate protos
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Vijay Pai
088112fea1
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
8 years ago
Craig Tiller
e1101cf099
Update Bazel for new systems
8 years ago
Nicolas "Pixel" Noble
2bc5e3ac40
Moving visibility and package creation to the build system.
8 years ago
Guantao Liu
ac9fdfbc40
Removed unnecessary default values and fixed sanity.
8 years ago
yang-g
b575a34e05
Replace InitBenchmark with InitTest. Remove qps_test.cc
8 years ago
Guantao Liu
abe3cf51f0
Add a new metric 'Queries/CPU-sec'.
...
Enable internal credential types.
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Craig Tiller
840931eec9
More import fixes
8 years ago
Nicolas "Pixel" Noble
af6c83f9e1
Adding dummy layering check option.
8 years ago
Nicolas "Pixel" Noble
78f8ce33ca
The json parser comes from protobuf.
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Nicolas "Pixel" Noble
b02dd01584
Fixing qps & benchmark.
8 years ago
Nicolas "Pixel" Noble
0a6d30bc4c
Buildifier.
8 years ago
Craig Tiller
b32ffb9145
Fixes
8 years ago
Craig Tiller
3a48847182
qps BUILD progress
8 years ago