grpc/test/cpp/qps
Craig Tiller 20d1efc38a
[stats] Move core stats to C++ (#30936)
* begin c++

* Automated change: Fix sanity tests

* progress

* progress

* missing-files

* Automated change: Fix sanity tests

* moved-from-stats

* remove old benchmark cruft, get tests compiling

* iwyu

* Automated change: Fix sanity tests

* fix

* fix

* fixes

* fixes

* add needed constructor

* Automated change: Fix sanity tests

* iwyu

* fix

* fix?

* fix

* fix

* Remove ResetDefaultEventEngine

Now that it is a weak_ptr, there's no need to explicitly reset it. When
the tracked shared_ptr is deleted, the weak_ptr will fail to lock, and a
new default EventEngine will be created.

* forget existing engine with FactoryReset

* add visibility

* fix

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
Co-authored-by: AJ Heller <hork@google.com>
2022-10-09 21:22:08 -07:00
..
BUILD [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
benchmark_config.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
benchmark_config.h Replace InitBenchmark with InitTest. Remove qps_test.cc 2017-07-13 09:47:27 -07:00
client.h [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
client_async.cc [c++14] absl::make_unique --> std::make_unique (#31159) 2022-09-29 06:45:17 -07:00
client_callback.cc [c++14] absl::make_unique --> std::make_unique (#31159) 2022-09-29 06:45:17 -07:00
client_sync.cc [cleanup] Remove profiling timers (#30779) 2022-08-30 13:40:08 -07:00
driver.cc Revert "Revert "[c++] Move environment functions to C++ (#30937)" (#30986)" (#30988) 2022-09-14 14:19:36 -07:00
driver.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
histogram.h Fix google-readability-todo 2020-11-25 10:09:42 -08:00
inproc_sync_unary_ping_pong_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
interarrival.h clang-tidy: enable google-readability-braces-around-statements 2020-11-06 13:41:44 -08:00
json_run_localhost.cc Revert "Revert "[c++] Move environment functions to C++ (#30937)" (#30986)" (#30988) 2022-09-14 14:19:36 -07:00
json_run_localhost_scenario_gen.py address review comments for #27622 (#27659) 2021-10-09 19:18:03 +02:00
json_run_localhost_scenarios.bzl Stop running some more esoteric C++ benchmark scenarios continuously (#27872) 2021-11-02 11:27:00 +01:00
parse_json.cc Fix status error (#25731) 2021-03-17 18:00:44 +01:00
parse_json.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
qps_benchmark_script.bzl [fixit] Disable ub/msan on all qps, tsan on some qps tests (#30713) 2022-08-23 09:34:50 -07:00
qps_interarrival_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
qps_json_driver.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
qps_json_driver_scenario_gen.py address review comments for #27622 (#27659) 2021-10-09 19:18:03 +02:00
qps_json_driver_scenarios.bzl Stop running some more esoteric C++ benchmark scenarios continuously (#27872) 2021-11-02 11:27:00 +01:00
qps_openloop_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
qps_server_builder.cc [c++14] absl::make_unique --> std::make_unique (#31159) 2022-09-29 06:45:17 -07:00
qps_server_builder.h Make QPS server builder customizeabled 2018-07-23 17:16:13 +00:00
qps_worker.cc [c++14] absl::make_unique --> std::make_unique (#31159) 2022-09-29 06:45:17 -07:00
qps_worker.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
report.cc [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
report.h [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
scenario_generator_helper.py Speed up runs of tests under //test/cpp/qps (#27600) 2021-10-20 09:20:54 +02:00
secure_sync_unary_ping_pong_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
server.h [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
server_async.cc Fix OOM issues in qps tests (#26888) 2021-08-05 19:04:06 -07:00
server_callback.cc Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 2022-02-18 16:18:54 -08:00
server_sync.cc Replace disrespectful term 2021-02-08 15:29:53 -08:00
stats.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
usage_timer.cc Remove unused-parameter warnings, round 2 (19 of 19) 2019-10-21 09:16:35 -07:00
usage_timer.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
worker.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00