grpc/test/cpp/microbenchmarks
AJ Heller 1a8b22f2de [build] Restrict visibility for creating core credentials types. (#36216)
Closes #36216

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36216 from drfloob:conceal-core-cred-creation a44a299273
PiperOrigin-RevId: 625425746
2024-04-17 01:21:29 +00:00
..
huffman_geometries [clang-format] Remove requirement that port_platform.h is at the top (#36281) 2024-04-09 08:58:34 -07:00
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_alarm.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
bm_arena.cc [arena] Fix ABA problem in pooled allocation (#32336) 2023-02-09 18:06:19 -08:00
bm_basic_work_queue.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_byte_buffer.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_callback_streaming_ping_pong.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
bm_callback_unary_ping_pong.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
bm_channel.cc [build] Restrict visibility for creating core credentials types. (#36216) 2024-04-17 01:21:29 +00:00
bm_channel_args.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
bm_chttp2_hpack.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_chttp2_transport.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_closure.cc [reland][EventEngine] Move combiner executor usage to EventEngine (#34396) 2023-09-19 14:41:17 -07:00
bm_cq.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_cq_multiple_threads.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_event_engine_run.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
bm_exec_ctx.cc [per-cpu] Change up the cpu caching mechanism (#34421) 2023-09-22 11:23:11 -07:00
bm_fullstack_streaming_ping_pong.cc [test] Remove passthru_endpiont and its microbenchmarks (#35986) 2024-02-23 12:13:24 -08:00
bm_fullstack_streaming_pump.cc [test] Remove passthru_endpiont and its microbenchmarks (#35986) 2024-02-23 12:13:24 -08:00
bm_fullstack_unary_ping_pong.cc [test] Remove passthru_endpiont and its microbenchmarks (#35986) 2024-02-23 12:13:24 -08:00
bm_fullstack_unary_ping_pong_chaotic_good.cc [chaotic-good] Add a microbenchmark for ping pong round trips (#36050) 2024-03-04 14:07:28 -08:00
bm_huffman_decode.cc [hpack] Rollforward huffman read optimization (#33657) 2023-07-11 15:26:54 -07:00
bm_opencensus_plugin.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
bm_rng.cc [max-age] Add jitter to max idle, use absl bitgen for rng (#34225) 2023-09-06 10:38:28 -07:00
bm_thread_pool.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
callback_streaming_ping_pong.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
callback_test_service.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
callback_test_service.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
callback_unary_ping_pong.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
fullstack_context_mutators.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
fullstack_fixtures.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
fullstack_streaming_ping_pong.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
fullstack_streaming_pump.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
fullstack_unary_ping_pong.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
grpc_benchmark_config.bzl Speed up microbenchmark tests (#27584) 2021-10-05 07:09:02 -07:00
helpers.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267) 2024-04-10 06:02:54 -07:00
helpers.h [clang-format] Remove requirement that port_platform.h is at the top (#36281) 2024-04-09 08:58:34 -07:00
noop-benchmark.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00