grpc/test/cpp/microbenchmarks
capstan 131579d52d Roll forward of commit 7883b51: Use abseil's flags in tests.
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493.

This reverts commit da66b7d14e.

NEW:
* Adds references to `absl/flags/declare.h`, new to LTS 2020923.2 imported in commit 5b43440.
* Works around MSVC 2017 compiler error with large help text on flags by reducing the help text.
2020-11-06 16:07:19 +01:00
..
BUILD Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
bm_alarm.cc Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
bm_arena.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_byte_buffer.cc Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
bm_call_create.cc Fix by tidy-modernize-use-override 2020-10-16 14:01:06 -07:00
bm_callback_streaming_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_callback_unary_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_channel.cc Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
bm_chttp2_hpack.cc Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
bm_chttp2_transport.cc implemented get_local_address accessor for grpc_endpoint 2020-07-29 19:39:22 +00:00
bm_closure.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_cq.cc Expand comment to address reviewer feedback 2020-07-31 14:26:17 -07:00
bm_cq_multiple_threads.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_error.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_fullstack_streaming_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_fullstack_streaming_pump.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_fullstack_trickle.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
bm_fullstack_unary_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_metadata.cc Added call to grpc::testing::TestEnvironment in tests 2020-07-01 11:37:57 -07:00
bm_opencensus_plugin.cc Add TestGrpcScope 2020-09-17 12:41:14 -07:00
bm_pollset.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_threadpool.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_timer.cc Fix by clang-format-8. 2020-10-16 11:37:18 -07:00
callback_streaming_ping_pong.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
callback_test_service.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
callback_test_service.h Revamp server-side C++ callback API, message allocator, and mocking 2019-11-20 16:56:18 -08:00
callback_unary_ping_pong.h Fix by misc-definitions-in-headers 2020-10-19 21:56:17 -07:00
fullstack_context_mutators.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
fullstack_fixtures.h Fix by tidy-modernize-use-override 2020-10-16 14:01:06 -07:00
fullstack_streaming_ping_pong.h Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
fullstack_streaming_pump.h Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
fullstack_unary_ping_pong.h Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
helpers.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
noop-benchmark.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
representative_server_initial_metadata.headers HPACK parsing benchmarks 2017-02-23 08:48:34 -08:00
representative_server_trailing_metadata.headers HPACK parsing benchmarks 2017-02-23 08:48:34 -08:00