Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
b55c88aa55e40f002024fb806bb200eaac5b96c6
/
test
/
cpp
c922903
Merge github.com:grpc/grpc into we-have-better-methods-now
by Craig Tiller
· 8 years ago
36ffc6e
Merge pull request #9205 from yang-g/health
by Yang Gao
· 8 years ago
221edc1
Remove dead code
by Craig Tiller
· 8 years ago
05fbe3c
Get gtest building with Bazel, add first test in test/cpp/common/BUILD
by Craig Tiller
· 8 years ago
abd8870
Initial test/cpp/util/BUILD file.
by Nicolas "Pixel" Noble
· 8 years ago
55c6ebf
Merge branch 'master' into health
by yang-g
· 8 years ago
69c0437
Merge pull request #9634 from pmarks-net/master
by Paul Marks
· 8 years ago
d3b8cd6
Merge github.com:grpc/grpc into bm_closure
by Craig Tiller
· 8 years ago
03eec51
Merge pull request #9697 from ctiller/bm_trickle
by Craig Tiller
· 8 years ago
2b085f9
Merge branch 'bm_trickle' into bm_closure
by Craig Tiller
· 8 years ago
22482a4
Merge branch 'bm_trickle' of github.com:ctiller/grpc into bm_trickle
by Craig Tiller
· 8 years ago
d9bc210
Update microbenchmarking framework for new benchmark
by Craig Tiller
· 8 years ago
7f9184f
Review feedback
by Craig Tiller
· 8 years ago
ef6d744
Include faster networks
by Craig Tiller
· 8 years ago
4cb0a7a
Better test
by Craig Tiller
· 8 years ago
fe5f497
Add a test that measures flow control stalls in a deterministic way
by Craig Tiller
· 8 years ago
4dde8b2
Fix stack corruption
by Craig Tiller
· 8 years ago
96f8728
Add a comparison benchmark of acquiring a mutex
by Craig Tiller
· 8 years ago
b3f34b6
Add benchmarks of closures, combiners, exec_ctx primitives
by Craig Tiller
· 8 years ago
e7c60e6
Make latency traces more useful
by Craig Tiller
· 8 years ago
7dd42bf
Merge pull request #9522 from ctiller/bm_perf
by Craig Tiller
· 8 years ago
5ef95a9
Merge pull request #9194 from dgquintas/lb_secure_naming_3
by David G. Quintas
· 8 years ago
0129150
Secure naming support for gRPCLB
by David Garcia Quintas
· 8 years ago
3a5bba0
Connect to "localhost" from interop clients.
by Paul Marks
· 8 years ago
ea2c594
Merge pull request #9619 from ctiller/bm_counters
by Craig Tiller
· 8 years ago
076bac0
Remove async
by yang-g
· 8 years ago
13a537b
merge with head
by yang-g
· 8 years ago
5f3cfe9
Fix read from uninitialized memory bug in GrpcBufferWriter.
by Harvey Tuch
· 8 years ago
d52b76d
Merge github.com:grpc/grpc into bm_perf
by Craig Tiller
· 8 years ago
3d4f443
Merge pull request #9590 from sreecha/micro_bm
by Sree Kuchibhotla
· 8 years ago
01d7d9b
Add allocations/iteration counters to bm_fullstack
by Craig Tiller
· 8 years ago
b038beb
Add counters for mutex acquisitions, expose in bm_fullstack
by Craig Tiller
· 8 years ago
f4c45d7
Merge pull request #9419 from danzh2010/shutdowntest
by Yang Gao
· 8 years ago
dfb82e0
Address code review comments
by Sree Kuchibhotla
· 8 years ago
0b26e27
cr comments
by Sree Kuchibhotla
· 8 years ago
afaa751
Add comment
by Sree Kuchibhotla
· 8 years ago
e3ffd86
New microbenchmarks for Streaming Ping pong calls and messages
by Sree Kuchibhotla
· 8 years ago
c40b347
Merge branch 'bwest' into assert_writes
by Craig Tiller
· 8 years ago
bc335df
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
f538e15
Merge pull request #9572 from dgquintas/interop_server_mac_slice_crash
by David G. Quintas
· 8 years ago
fbe0cf2
Merge pull request #9487 from ctiller/bm_stream
by Sree Kuchibhotla
· 8 years ago
e985cf5
Fixed invalid handling of slice data in interop_server
by David Garcia Quintas
· 8 years ago
6c5d08f
Merge branch 'bm_stream' into bm_perf
by Craig Tiller
· 8 years ago
5395aba
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
26623b3
Merge pull request #9456 from jtattermusch/cmake_convenience_targets
by Jan Tattermusch
· 8 years ago
afe67c0
Merge pull request #9545 from yang-g/fix
by Yang Gao
· 8 years ago
7ec4748
Improve sync streaming benchmark, fix deadlock that can occur sometimes
by Craig Tiller
· 8 years ago
3a63d4c
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
6c1d43b
Merge github.com:grpc/grpc into bm_stream
by Craig Tiller
· 8 years ago
bd0b054
windows compilation fixes
by Jan Tattermusch
· 8 years ago
ded7f82
Minor fixes
by yang-g
· 8 years ago
27ffc9b
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
03370d3
Merge branch 'master' into poll-cv-disable
by Sree Kuchibhotla
· 8 years ago
c9f9c1e
Merge pull request #9364 from rjshade/sanitizer_slowdown
by Yang Gao
· 8 years ago
a5b1a89
Merge github.com:grpc/grpc into bwest
by Craig Tiller
· 8 years ago
520cca9
Merge github.com:grpc/grpc into bm_stream
by Craig Tiller
· 8 years ago
6687cb8
Merge branch 'master' into poll-cv-disable
by Sree Kuchibhotla
· 8 years ago
f7af2a9
Update latency profiler to use (more appropriate) microbenchmarks
by Craig Tiller
· 8 years ago
ca7effc
Replace timeout/scaling macros with functions.
by Robbie Shade
· 8 years ago
340bb83
Change shutdown_test.cc to use credential provider API to test against
by Dan Zhang
· 8 years ago
08a215f
Merge pull request #8066 from y-zeng/cli_main_fork
by Yuchen Zeng
· 8 years ago
8d2d70c
Support bidirectional stream RPC
by Yuchen Zeng
· 8 years ago
9a3997c
Add a test verifying number of writes per RPC is reasonable
by Craig Tiller
· 8 years ago
edcde05
Merge remote-tracking branch 'upstream/master' into health
by yang-g
· 8 years ago
6b446b6
Merge branch 'master' into poll-cv-disable
by Sree Kuchibhotla
· 8 years ago
cf14a1b
Add other fixtures to pump tests
by Craig Tiller
· 8 years ago
db13ac4
Add server->client long-lived streaming
by Craig Tiller
· 8 years ago
e44d1a6
Add client->server long-lived streaming
by Craig Tiller
· 8 years ago
5e30808
Merge branch 'bm_msgsz' into bm_countwrites
by Craig Tiller
· 8 years ago
8a8021a
Merge github.com:grpc/grpc into bm_msgsz
by Craig Tiller
· 8 years ago
70d9ca4
Excluded async_client_sync_server_* tests for poll-cv engine since it
by Sree Kuchibhotla
· 8 years ago
68bb6a8
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
9128716
Track writes/RPC in microbenchmark
by Craig Tiller
· 8 years ago
c2e85bf
Merge branch 'maxmsgsz' into bm_msgsz
by Craig Tiller
· 8 years ago
4edd567
Merge github.com:grpc/grpc into maxmsgsz
by Craig Tiller
· 8 years ago
a719802
merge with head
by yang-g
· 8 years ago
afceb2e
Merge github.com:grpc/grpc into rollfwd
by Craig Tiller
· 8 years ago
435f9f2
Fix tests.
by Mark D. Roth
· 8 years ago
7c70b6c
Revert "Revert "Metadata handling rewrite""
by Craig Tiller
· 8 years ago
5e01e2a
Revert "Metadata handling rewrite"
by Craig Tiller
· 8 years ago
f8ea957
Merge branch 'maxmsgsz' into bm_msgsz
by Craig Tiller
· 8 years ago
ffc843d
Fix test
by Craig Tiller
· 8 years ago
b7b7486
Merge github.com:grpc/grpc into metadata_filter
by Craig Tiller
· 8 years ago
331f705
clang-format
by Craig Tiller
· 8 years ago
c51f19d
Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags
by ncteisen
· 8 years ago
a2f61e3
Add large message variants
by Craig Tiller
· 8 years ago
9c7a08d
Simplify cpp stress flags
by ncteisen
· 8 years ago
f593d88
Merge github.com:grpc/grpc into metadata_filter
by Craig Tiller
· 8 years ago
62efabf
Start benchmarking different sizes
by Craig Tiller
· 8 years ago
44e907a
Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists
by apolcyn
· 8 years ago
9d4fc31
Merge github.com:grpc/grpc into metadata_filter
by Craig Tiller
· 8 years ago
95beab2
Uncover the badness
by Craig Tiller
· 8 years ago
62a7ca8
re-run clang-format.sh
by Alexander Polcyn
· 8 years ago
def69b3
Merge pull request #8816 from lyuxuan/cpu_usage2
by lyuxuan
· 8 years ago
3cdf729
Merge pull request #8770 from lyuxuan/channel_args1
by lyuxuan
· 8 years ago
ebb3d5d
Merge pull request #9139 from ericgribkoff/http2_client
by Eric Gribkoff
· 8 years ago
6ff1ca4
re-run generate project to build qps json driver
by Alexander Polcyn
· 8 years ago
8a0ef63
remove LimitCores in c++ benchmark
by Alexander Polcyn
· 8 years ago
a6e796f
ignore core counts and core lists in qps json driver
by Alexander Polcyn
· 8 years ago
8a7a446
merge with head
by yang-g
· 8 years ago
Next »