Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
79e8d81e8127590bf9489db371a65bc7493747e8
/
tools
/
run_tests
/
performance
44e907a
Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists
by apolcyn
· 8 years ago
a6e796f
ignore core counts and core lists in qps json driver
by Alexander Polcyn
· 8 years ago
ac87a46
enable uploading server cpu usage data from performance tests to big query
by Yuxuan Li
· 8 years ago
9f08d11
add a "perf" option to benchmarks script, generate profile text reports and flamegraphs
by Alexander Polcyn
· 8 years ago
2de47cb
enable running windows perf tests
by Jan Tattermusch
· 8 years ago
1731a41
Merge branch 'master' into node_express_run_perf_tests
by murgatroid99
· 8 years ago
e8f9cbb
Remove some disabled copied Node Express perf tests
by murgatroid99
· 8 years ago
d885a27
fix repeated field
by Yuxuan Li
· 8 years ago
317f60b
add a blank line back
by Yuxuan Li
· 8 years ago
2b4d372
hiding totalCpuTime and idleCpuTime from ServerStatus proto message
by Yuxuan Li
· 8 years ago
9ba52e7
unblock the performance tests. hide the cpu usage field for now.
by Yuxuan Li
· 8 years ago
dabe6bd
Enable Node Express benchmarks, fix copy/paste errors
by murgatroid99
· 8 years ago
c939022
More data massaging
by Craig Tiller
· 8 years ago
ed531b8
More data massaging
by Craig Tiller
· 8 years ago
77fbc1c
Fix some typos
by Craig Tiller
· 8 years ago
2634595
Merge pull request #8583 from ctiller/new_fields
by Craig Tiller
· 8 years ago
bd3ab19
Add some fields to bigquery
by Craig Tiller
· 8 years ago
bba5285
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
51fc01d
Merge pull request #8419 from murgatroid99/node_express_benchmark
by Michael Lumish
· 8 years ago
eebc8c8
Merge pull request #8498 from sreecha/sync_streaming
by Sree Kuchibhotla
· 8 years ago
3d357d9
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
a83ee60
New streaming scenario
by Sree Kuchibhotla
· 8 years ago
fe8c501
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
b516cad
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
b73a654
Merge branch 'master' into new_scenario
by Sree Kuchibhotla
· 8 years ago
59f347e
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
b53e5d1
Create benchmark client and server for Node Express
by murgatroid99
· 8 years ago
50d6f7b
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
20afa3d
BufferPool --> ResourceQuota
by Craig Tiller
· 8 years ago
bba2f47
remove formatting noise
by Sree Kuchibhotla
· 8 years ago
34ad82d
Merge branch 'master' into new_scenario
by Sree Kuchibhotla
· 8 years ago
d13fbca
switch C# benchmark to coreclr
by Jan Tattermusch
· 8 years ago
fde76d7
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
1bb0ce5
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
c9742d3
Merge pull request #8202 from ctiller/perf-wha
by Craig Tiller
· 8 years ago
0c80c7d
Collecting failure status progress
by Craig Tiller
· 8 years ago
923d641
Add a new scenario: Async-Client/Sync-Server
by Sree Kuchibhotla
· 8 years ago
677966a
Be explicit as to which tests to run
by Craig Tiller
· 8 years ago
08b0fab
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
601cff4
More programmatically generate scenarios
by Craig Tiller
· 8 years ago
bcc60f7
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
bf4939f
Extend sweeps further, add streaming
by Craig Tiller
· 8 years ago
232ca02
Removed unnecessary notes from scenario_config.py
by murgatroid99
· 8 years ago
9030c81
Add a libuv endpoint to the C core, for use in the Node library
by murgatroid99
· 8 years ago
8c985c2
Allow more sync threads
by Craig Tiller
· 8 years ago
5709469
Fix sync/async
by Craig Tiller
· 8 years ago
86cf6dc
Remove some scenarios we can't run yet
by Craig Tiller
· 8 years ago
0c98675
Fix outstanding calls
by Craig Tiller
· 8 years ago
1423a63
Lets not do payload sweeps just yet
by Craig Tiller
· 8 years ago
b6df247
Properly categorize tests to allow sweeps to be run by adhoc
by Craig Tiller
· 8 years ago
c5aa700
Significantly increase sweep space
by Craig Tiller
· 8 years ago
6c38c1b
Reduce outstanding request count
by Craig Tiller
· 8 years ago
15372a3
Use a # of total outstanding requests to drive benchmark config
by Craig Tiller
· 8 years ago
4f2d9ae
Add sync variants of important tests, add sweeps across different channel counts
by Craig Tiller
· 8 years ago
6dbfce0
Add clientSuccess and serverSuccess to BQ schema
by Sree Kuchibhotla
· 8 years ago
45c0f2b
Migrated python performance tests to use GA API
by Ken Payson
· 8 years ago
3b5b206
Make running individual Python tests less painful
by Masood Malekghassemi
· 8 years ago
1ff429d
Organize Python tests to use grpcio-tools directly
by Masood Malekghassemi
· 8 years ago
a286b04
small fixes
by Craig Tiller
· 8 years ago
9a36e6c
Changed Python Sync streaming qps to follow spec
by Ken Payson
· 8 years ago
571c12e
Remove AsyncStreaming client from python qps tests
by Ken Payson
· 8 years ago
28f6c01
Revert "Revive C++ large-message throughput tests"
by Jan Tattermusch
· 8 years ago
33b7361
Merge pull request #6661 from vjpai/throughput_fix
by Jan Tattermusch
· 8 years ago
3fe694f
Revive throughput tests .
by vjpai
· 8 years ago
d27888b
mark unconstrained scenarios with scalable category
by Jan Tattermusch
· 8 years ago
5cbccd0
set client params differently for sync and async client
by Jan Tattermusch
· 8 years ago
37a907e
add support for CLIENT_LANGUAGE setting
by Jan Tattermusch
· 8 years ago
649d126
set GOPATH when executing go worker
by Jan Tattermusch
· 8 years ago
4bd3a7c
change go scenarios to use sync api
by Jan Tattermusch
· 8 years ago
3b59b0f
integrate Go qps worker
by Jan Tattermusch
· 8 years ago
594ff20
Merge pull request #6524 from kpayson64/qps_improvements
by Jan Tattermusch
· 8 years ago
7363674
Merge pull request #6477 from jtattermusch/benchmarking_add_netperf
by Jan Tattermusch
· 8 years ago
1eb8d54
Added true async qps client
by Ken Payson
· 8 years ago
6de6971
explicitly specify request and response size for netperf
by Jan Tattermusch
· 8 years ago
4de2c32
add support for running netperf scenario
by Jan Tattermusch
· 8 years ago
92d9106
dont use corelimit for throughput tests
by Jan Tattermusch
· 8 years ago
16713b9
enable previously disabled C# scenarios
by Jan Tattermusch
· 8 years ago
abd1b38
comment out the right scenario
by Jan Tattermusch
· 8 years ago
ed4c3f1
disable some C# scenarios
by Jan Tattermusch
· 8 years ago
427699b
mark some scenarios as smoketest and add a cmdline flag
by Jan Tattermusch
· 9 years ago
a21c7e9
add support for scenario categories
by Jan Tattermusch
· 9 years ago
d7b162f
add some more scenarios
by Jan Tattermusch
· 9 years ago
957fe8d
Updated a couple more scripts
by murgatroid99
· 9 years ago
501ca57
kill pending python workers on start
by Jan Tattermusch
· 9 years ago
b8c4443
Merge pull request #6298 from grpc/python_qps_tests
by Jan Tattermusch
· 9 years ago
0482c10
Python QPS Worker/initial scenarios
by Ken Payson
· 9 years ago
1408920
get rid of local qpsworkers before starting the tests
by Jan Tattermusch
· 9 years ago
ab8b9f5
Merge pull request #6271 from jtattermusch/temporarily_disable_csharp_qps_unconstrained
by Jan Tattermusch
· 9 years ago
fa8d5b3
temporarily disable csharp_protobuf_async_streaming_qps_unconstrained
by Jan Tattermusch
· 9 years ago
ffe7773
temporarily disable cpp_single_channel_troughput
by Jan Tattermusch
· 9 years ago
af7a8b6
address comments
by Jan Tattermusch
· 9 years ago
e222c00
run both secure and insecure scenarios for java
by Jan Tattermusch
· 9 years ago
299f97f
make wrapped languages scenarios secure by default
by Jan Tattermusch
· 9 years ago
1a31168
add C# unconstrained scenario
by Jan Tattermusch
· 9 years ago
108f93d
add unary pingpong scenarios for c++
by Jan Tattermusch
· 9 years ago
679cfaf
Merge pull request #6235 from vjpai/qps_driver_youre_fired
by Jan Tattermusch
· 9 years ago
1c81329
Fix some of the scenarios core limits, thread limits, and depth
by vjpai
· 9 years ago
92abf1c
Merge branch 'master' into qps_driver_youre_fired
by vjpai
· 9 years ago
29089c7
Deprecation of qps_driver and use of shell scripts, in progress
by vjpai
· 9 years ago
11433b7
kill java processes properly
by Jan Tattermusch
· 9 years ago
Next »