Craig Tiller
|
9c98d67d7a
|
[c++14] absl::make_unique --> std::make_unique (#31159)
* [c++14] absl::make_unique --> std::make_unique
* fix
* fix
|
2 years ago |
Craig Tiller
|
ea389c00c2
|
Adjust include order per style guide (#27175)
Introduce clang-format configuration to sort includes closer to our rules.
|
3 years ago |
AJ Heller
|
4ba3fa52b9
|
Clean up some instances of -Wunreachable-code-aggressive (#27054)
See https://github.com/grpc/grpc/pull/26951 for why this is not enforced
at the moment.
|
3 years ago |
Esun Kim
|
377fe6095a
|
Upgrade clang-tidy and clang-format to 11 (#25590)
* Upgrade clang-tidy and clang-format to 11
* Reformat code
* Fix abseil-string-find-str-contains
* Fix modernize-make-unique
|
4 years ago |
Esun Kim
|
ac080fd17a
|
Fix readability-inconsistent-declaration-parameter-name manually
|
4 years ago |
Esun Kim
|
e7434d385e
|
Fix by tidy-modernize-use-override
|
4 years ago |
Esun Kim
|
6ae8463500
|
Fix by modernize-make-unique
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Esun Kim
|
415d41f9e8
|
Rerun clang-formatter-7
|
5 years ago |
Vijay Pai
|
ece1ed7906
|
clang-format
|
5 years ago |
Vijay Pai
|
37d248abd0
|
Remove unused parameter warning (19 of 20)
|
5 years ago |
yuangongji
|
e8bece9c71
|
some typo errors too.
|
6 years ago |
Noah Eisen
|
373fc6dc40
|
Manual fixes to enable performance- clang tidy checks
|
7 years ago |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
7 years ago |
kpayson64
|
7a20c962df
|
Break out qps services into seperate protos
|
7 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Vijay Pai
|
7fed69b7ad
|
Use static_cast rather than reinterpret_cast whenever possible
|
7 years ago |
yang-g
|
ea33017540
|
Add option to use client side coalescing API in qps test
|
7 years ago |
Ken Payson
|
8873975a30
|
Fix Async QPS Test
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Ken Payson
|
7cf8d72c25
|
Fix TSAN json_run_localhost flake
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
Ken Payson
|
918ce7a686
|
Fix QPS Async Client Next loop
|
7 years ago |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
7 years ago |
Craig Tiller
|
c18ad11837
|
Wait until all clients connected before starting streams
|
7 years ago |
Vijay Pai
|
43b55221e4
|
Cancel outstanding streams when shutting down the client
|
7 years ago |
Vijay Pai
|
4b047a3bff
|
Construction of streams shouldn't require triggering async ops
|
7 years ago |
Vijay Pai
|
58c33ba19b
|
Decouple alarm construction from setting to avoid races in MT code
|
7 years ago |
Vijay Pai
|
c38955501b
|
Move some internal includes to the right places
|
7 years ago |
ncteisen
|
af313caab8
|
Eliminate copy in QPS Driver
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Vijay Pai
|
4b07aab513
|
Support multiple threads per cq sharing, add tests
|
8 years ago |
Yuxuan Li
|
85d3a53905
|
change gpr_atm to int
|
8 years ago |
Yuxuan Li
|
87827e03aa
|
use lock instand of atomics, fix include position
|
8 years ago |
Yuxuan Li
|
bfb495d026
|
add override to GetPollCount() function
|
8 years ago |
Yuxuan Li
|
f8365cd87b
|
clean up, fix minor issue
|
8 years ago |
Yuxuan Li
|
28efff3e1e
|
clang-format
|
8 years ago |
Yuxuan Li
|
999ac157e6
|
initial implementation.
|
8 years ago |
Craig Tiller
|
c3571791a5
|
Isolate timer checking in its own thread
|
8 years ago |
Vijay Pai
|
eea8cf0fe3
|
Add QPS tests for one-sided streaming
|
8 years ago |
Vijay Pai
|
45a9abae95
|
Add option to limit # of messages per stream with tests
|
8 years ago |
Vijay Pai
|
24992060c8
|
Finish streams that error. Don't histogram failed ops.
Fail on failed write
|
8 years ago |
Vijay Pai
|
c01958bf55
|
Cleanup unneeded namespace
|
8 years ago |
Vijay Pai
|
713c7b87e1
|
clang-format
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Craig Tiller
|
624f4ba76d
|
Add missing delete
|
8 years ago |
Craig Tiller
|
032f9bfb58
|
Start to log errors from benchmark
|
8 years ago |
Craig Tiller
|
77c7f9fd62
|
Merge pull request #7407 from ctiller/delayed-write
Benchmark fixes
|
8 years ago |
Craig Tiller
|
5ca7e47493
|
Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
|
8 years ago |
Craig Tiller
|
ad94fdfe51
|
Fix compile error
|
8 years ago |