grpc/test/cpp/microbenchmarks
Tanvi Jagtap 3e0eeed4fa [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_AS… (#36267)
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT
Replacing GPR_ASSERT with absl CHECK

Will not be replacing CHECK with CHECK_EQ , CHECK_NE etc because there are too many callsites. Only a few - which fit into single - line regex will be changed. This would be small in number just to reduce the load later.

Replacing CHECK with CHECK_EQ , CHECK_NE etc could be done using Cider-V once these changes are submitted if we want to clean up later. Given that we have 5000+ instances of GPR_ASSERT to edit, Doing it manually is too much work for both the author and reviewer.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36267

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36267 from tanvi-jagtap:tjagtap_grpc_assert_02 3aed626101
PiperOrigin-RevId: 623469007
2024-04-10 06:02:54 -07: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 Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08: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