grpc/test/cpp/microbenchmarks
Soheil Hassas Yeganeh c9376b4e0b Use cycle clock instead of clock monotonic to measure call latency.
This removes two more getttime syscalls from the hot path, when cycle
clock is enabled.
2019-09-09 10:37:48 -04:00
..
BUILD Remove build target for microbenchmark 2019-08-29 14:11:05 -07:00
bm_alarm.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_arena.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_byte_buffer.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_call_create.cc Use cycle clock instead of clock monotonic to measure call latency. 2019-09-09 10:37:48 -04:00
bm_callback_streaming_ping_pong.cc Clang format 2019-05-06 09:18:29 -07:00
bm_callback_unary_ping_pong.cc Clang format 2019-05-06 09:18:29 -07:00
bm_channel.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_chttp2_hpack.cc hpack encoder optimizations. 2019-09-06 13:43:29 -07:00
bm_chttp2_transport.cc Fix race in bm_chttp2_transport 2019-08-28 10:07:38 -07:00
bm_closure.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_cq.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_cq_multiple_threads.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_error.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_fullstack_streaming_ping_pong.cc Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -07:00
bm_fullstack_streaming_pump.cc Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -07:00
bm_fullstack_trickle.cc Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -07:00
bm_fullstack_unary_ping_pong.cc Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -07:00
bm_metadata.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_opencensus_plugin.cc Fix errors from clang_format_code.sh 2019-03-25 15:49:22 -07:00
bm_pollset.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
bm_threadpool.cc SpikyLoad: construct outside 2019-07-29 10:52:32 -07:00
bm_timer.cc Use range-based for on state rather than state.KeepRunning when possible 2019-08-29 11:27:00 -07:00
callback_streaming_ping_pong.h Revert "Revert "Start supporting a callback-based RPC under lock"" 2019-05-29 13:15:47 -07:00
callback_test_service.cc Cancel predefine number of streaming 2019-05-13 13:29:06 -07:00
callback_test_service.h Cancel predefine number of streaming 2019-05-13 13:29:06 -07:00
callback_unary_ping_pong.h Add assertion 2019-05-09 12:22:55 -07:00
fullstack_context_mutators.h Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00
fullstack_fixtures.h Move Channel to grpc_impl 2019-05-17 09:12:33 -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 Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -07:00
helpers.h Made gRPC inialized after entering main function in microbenchmarks. 2019-05-02 16:58:37 -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