grpc/test/cpp/qps
Sergii Tkachenko de6ed9ba9f
[Python] Migrate from yapf to black (#33138)
- Switched  from yapf to black
- Reconfigure isort for black
- Resolve black/pylint idiosyncrasies 

Note: I used `--experimental-string-processing` because black was
producing "implicit string concatenation", similar to what described
here: https://github.com/psf/black/issues/1837. While currently this
feature is experimental, it will be enabled by default:
https://github.com/psf/black/issues/2188. After running black with the
new string processing so that the generated code merges these `"hello" "
world"` strings concatenations, then I removed
`--experimental-string-processing` for stability, and regenerated the
code again.

To the reviewer: don't even try to open "Files Changed" tab 😄 It's
better to review commit-by-commit, and ignore `run black and isort`.
2023-06-09 15:08:55 -07:00
..
BUILD [stats] Move core stats to C++ (#30936) 2022-10-09 21:22:08 -07:00
benchmark_config.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
benchmark_config.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
client.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
client_async.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
client_callback.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
client_sync.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
driver.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
driver.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
histogram.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
inproc_sync_unary_ping_pong_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
interarrival.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
json_run_localhost.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
json_run_localhost_scenario_gen.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07: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 [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
parse_json.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08: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 Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
qps_json_driver.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
qps_json_driver_scenario_gen.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07: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 [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
qps_server_builder.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
qps_server_builder.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
qps_worker.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
qps_worker.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
report.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
report.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
scenario_generator_helper.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
secure_sync_unary_ping_pong_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
server_async.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server_callback.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_sync.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stats.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
usage_timer.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
usage_timer.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
worker.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00