71 Commits (8e5d8e64d34ab9a9b08f086d3b7eda757bd88ffb)

Author SHA1 Message Date
Esun Kim b92c3a2879 Changed Closure to TestClosure to avoid name conflict 5 years ago
Yash Tibrewal 79aa21fa71 Reviewer comments 5 years ago
Yash Tibrewal 61020b55f9 Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure 5 years ago
Yash Tibrewal 08ba7246c0 Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run 5 years ago
Yash Tibrewal 3a189d7e08 test changes 5 years ago
Vijay Pai 82e185399d clang-format 5 years ago
Vijay Pai 6ca827a008 Remove unused parameter warning (18 of 20) 5 years ago
Yash Tibrewal 0a57e9cc69 Fix bm chttp2 transport 5 years ago
Hope Casey-Allen 6dfe27ab08 Fix race in bm_chttp2_transport 5 years ago
Hope Casey-Allen 59564ebd96 Fix warnings to unblock gcc8 support 5 years ago
Yash Tibrewal 56a0153f16 Heap allocate the stream object for other benchmark cases too 6 years ago
Yash Tibrewal cceca10a8a Fix data race, heap use-after-free issue in bm_chttp2_transport 6 years ago
Esun Kim e18ed03c04 Made gRPC inialized after entering main function in microbenchmarks. 6 years ago
Arjun Roy 8ce42f67b2 Shrink arena size by 40 bytes and add additional 6 years ago
Soheil Hassas Yeganeh 18b19105f2 Implement TCP_INQ for gRPC in Linux 6 years ago
Vijay Pai fab05d336c Dynamic callback requesting, graceful server shutdown, and separate ExecCtx for callbacks 6 years ago
Yash Tibrewal bab043e865 Cleanup 6 years ago
Soheil Hassas Yeganeh 48e4a81b05 Remeve memset(0) from arena allocated memory. 6 years ago
Yash Tibrewal 8d47cd4992
Revert "Revert "Fathom tcp changes"" 6 years ago
Jan Tattermusch 97ba943f17
Revert "Fathom tcp changes" 6 years ago
Yash Tibrewal f0397933b0 Fathom TCP level changes. TracedBuffer for keeping track of all buffers 6 years ago
ncteisen 40ec89ff67 Support microbenchmarks internally 7 years ago
Mark D. Roth 3d8b32d8b3 Convert byte_stream API to C++. 7 years ago
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 7 years ago
Muxi Yan 38fcd0c6c3 clang-format 7 years ago
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 7 years ago
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 7 years ago
Mark D. Roth e204e5e497 Apply #13336 to v1.8.x branch. 7 years ago
Yash Tibrewal c354269ba7 Remove _ prefixed variable names 7 years ago
Yash Tibrewal 6c26b16fe0 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes 7 years ago
Yash Tibrewal 75122c2357 Address some PR comments 7 years ago
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
Yash Tibrewal 0032548674 Correction to closure.cc,bm_chttp2_hpack and few more 7 years ago
Yash Tibrewal 3150744c71 Removing more exec_ctx instances 7 years ago
Mark D. Roth 04c97d0e0d Add notify_on_receive_settings closure to chttp2 transport. 7 years ago
Craig Tiller baa14a975e Update clang-format to 5.0 7 years ago
Yuchen Zeng 6a0874b405 Fix bm_chttp2_transport 7 years ago
Yash Tibrewal 0ee7574732 Removing instances of exec_ctx being passed around in functions in 7 years ago
Craig Tiller 3273648a87 flow control fixes 7 years ago
Craig Tiller 99fafa17a3 Fix compilation 7 years ago
Mark D. Roth 764cf04a13 Revert "Revert "Implement call combiner"" 7 years ago
Mark D. Roth bf19961d0a Revert "Implement call combiner" 7 years ago
Mark D. Roth 76e264b8df Implement call combiner. 7 years ago
jiangtaoli2016 3aaa5ea028 minor fix 7 years ago
Craig Tiller 4c0ac4a9f5 Fix fix fix chttp2_transport 7 years ago
Craig Tiller cbb384007e Fix bm_chttp2_transport 7 years ago
Craig Tiller 89c1428a60 Propagate grpc_millis further 7 years ago
ncteisen 3c909d55fd Pull out flow control objects 7 years ago
ncteisen 06f052b35d Get rid of local window, fix qps worker 7 years ago
ncteisen 268a82398c Pull flow control into one module 7 years ago