Craig Tiller
|
f1633a9bec
|
Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now)
|
8 years ago |
Ken Payson
|
4536138eef
|
disable unconstrained_1cq test
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
murgatroid99
|
ed32b78778
|
Switch node_to_cpp unary benchmark to async
|
8 years ago |
murgatroid99
|
648832fd28
|
Enable more Node performance tests, fix streaming test implementation
|
8 years ago |
Vijay Pai
|
fba000c8ec
|
Reduce outstanding RPCs for 1cq tests
|
8 years ago |
Vijay Pai
|
4b07aab513
|
Support multiple threads per cq sharing, add tests
|
8 years ago |
Vijay Pai
|
f6f28a781d
|
Add 2 new scenarios for better bw measurement
|
8 years ago |
Vijay Pai
|
98a501f435
|
Reduce concurrent RPCs for single-core tests since some were timing out
or otherwise taking long to complete
|
8 years ago |
Vijay Pai
|
eea8cf0fe3
|
Add QPS tests for one-sided streaming
|
8 years ago |
Jan Tattermusch
|
aba4ee2f76
|
add C# generic insecure scenarios
|
8 years ago |
Craig Tiller
|
277b1fa361
|
Enable minimal stack for insecure tests
|
8 years ago |
murgatroid99
|
bf33410411
|
Add Node and Express benchmarks for various response sizes
|
8 years ago |
Jan Tattermusch
|
58aa2cb8f1
|
fix 1MB perf scenarios
|
8 years ago |
Vijay Pai
|
45a9abae95
|
Add option to limit # of messages per stream with tests
|
8 years ago |
Vijay Pai
|
47fc606d11
|
Performance model of coordinator-worker use case
|
8 years ago |
Jan Tattermusch
|
46df13b4a3
|
add 1mb ping pong scenarios
|
8 years ago |
Vijay Pai
|
05222512d7
|
Add C++ large message tests to PRs and master
|
8 years ago |
Vijay Pai
|
a582defdad
|
Temporarily disable resource quota QPS tests
|
8 years ago |
murgatroid99
|
faaa8b8913
|
Disable node_protobuf_async_unary_qps_unconstrained benchmark test
|
8 years ago |
Alexander Polcyn
|
f797c65160
|
make the change in scenario config rather than c#
|
8 years ago |
Alexander Polcyn
|
c6e333e25b
|
add missing return statement
|
8 years ago |
Sree Kuchibhotla
|
70d9ca402a
|
Excluded async_client_sync_server_* tests for poll-cv engine since it
sometimes get stuck (or extremely slow).
(https://github.com/grpc/grpc/issues/8545) created to debug poll-cv
issues with async_client_sync_server perf tests
|
8 years ago |
Craig Tiller
|
faa835c308
|
Add message sizes to sweeps
|
8 years ago |
Craig Tiller
|
412fa2a0b7
|
Support setting request, response size
|
8 years ago |
Alexander Polcyn
|
a6e796f58f
|
ignore core counts and core lists in qps json driver
|
8 years ago |
murgatroid99
|
e8f9cbbd68
|
Remove some disabled copied Node Express perf tests
|
8 years ago |
murgatroid99
|
dabe6bd2af
|
Enable Node Express benchmarks, fix copy/paste errors
|
8 years ago |
Sree Kuchibhotla
|
a83ee60b93
|
New streaming scenario
|
8 years ago |
murgatroid99
|
b53e5d1f2b
|
Create benchmark client and server for Node Express
|
8 years ago |
Craig Tiller
|
20afa3d7c9
|
BufferPool --> ResourceQuota
|
8 years ago |
Sree Kuchibhotla
|
bba2f47e8f
|
remove formatting noise
|
8 years ago |
Craig Tiller
|
0c80c7d12c
|
Collecting failure status progress
|
8 years ago |
Sree Kuchibhotla
|
923d641c27
|
Add a new scenario: Async-Client/Sync-Server
|
8 years ago |
Sree Kuchibhotla
|
81b2bc323b
|
add async client sync server scenario
|
8 years ago |
Craig Tiller
|
677966a257
|
Be explicit as to which tests to run
|
8 years ago |
Craig Tiller
|
601cff4018
|
More programmatically generate scenarios
|
8 years ago |
Craig Tiller
|
bf4939fd22
|
Extend sweeps further, add streaming
|
8 years ago |
murgatroid99
|
232ca0275e
|
Removed unnecessary notes from scenario_config.py
|
8 years ago |
murgatroid99
|
9030c81f20
|
Add a libuv endpoint to the C core, for use in the Node library
|
8 years ago |
Craig Tiller
|
8c985c2866
|
Allow more sync threads
|
8 years ago |
Craig Tiller
|
5709469c46
|
Fix sync/async
|
8 years ago |
Craig Tiller
|
86cf6dcb1c
|
Remove some scenarios we can't run yet
|
8 years ago |
Craig Tiller
|
0c98675e54
|
Fix outstanding calls
|
8 years ago |
Craig Tiller
|
1423a63db9
|
Lets not do payload sweeps just yet
|
8 years ago |
Craig Tiller
|
b6df24765f
|
Properly categorize tests to allow sweeps to be run by adhoc
|
8 years ago |
Craig Tiller
|
c5aa700538
|
Significantly increase sweep space
|
8 years ago |
Craig Tiller
|
6c38c1be30
|
Reduce outstanding request count
|
8 years ago |
Craig Tiller
|
15372a3f22
|
Use a # of total outstanding requests to drive benchmark config
Instead of specifying # of outstanding requests/channel, specify a total
outstanding size, and try to fit that to the number of channels.
|
8 years ago |
Craig Tiller
|
4f2d9ae8e2
|
Add sync variants of important tests, add sweeps across different channel counts
|
8 years ago |