grpc/test/cpp/microbenchmarks
Vy Nguyen 70b26a1c7c
Upgrade benchmark to 1.6.0 and remove previous hacks. (#27778)
* Upgrade benchmark to 1.6.0 and remove hacks.

Details:
 - GRPC currently uses an old version of benchmark (from Sept 2020). It should probably upgrade because downstream, in google3, everyone is already using 1.6.0)
 - Removed the hack added in PR/27629 to allow benchmarks in GRPC to continue to work with both pre-1.6.0 and 1.6.0 benchmarks.
   (This was needed to allow importing benchmarks 1.6.0 into google3 without breaking GRPC)

* fix typo

* update third_party/benchmark and check_submodules.sh

* Upmerge from v1.41.x (#27821)

* Bump version to v1.41.0-pre1 (#27371)

* Bump version to v1.41.0-pre1

* Regenerate projects

* [Backport #27373] add testing_version flag (#27385)

* Bump version to v1.41.0-pre2 (#27390)

* Bump version to v1.41.0-pre2

* Regenerate projects

* Core 19: bump core version from 18.0.0 to 19.0.0 (#27394)

* Bump core version to 19.0.0

* Regenerate projects

* fix use-after-free metadata corruption in C# when receiving response headers for streaming response calls (#27398)

* Final release: bump up version to 1.41.0 (#27476)

* Bump version to 1.41.0

* Regenerate projects

* xds_k8s_test: increase timeout to 3 hours due to recent timeout failure (#27580)

* Revert "xds_k8s_test: increase timeout to 3 hours due to recent timeout failure (#27580)" (#27590)

This reverts commit da0c7d680f.

* Update root pem certs (backport of #27539) (#27619)

* Update boringssl to the latest (#27606) (#27625)

* Change boringssl branch name

* update submodule boringssl-with-bazel with origin/main-with-bazel

* update boringssl dependency to main-with-bazel commit SHA

* regenerate files

* Increment podspec version

* generate boringssl prefix headers

* Bumping up version to v1.41.1 (#27699)

* Bump version to v1.41.1

* Regenerate projects

* [Backport][v1.41.x] xds-k8s tests: Use test driver from master branch (#27695)

Backports sourcing the test driver install script from master.

This is a backport of #27389, #27462 and #27658:


* Add missing quatation marks.

These were missed when  creating the Python virtual env.

* xds-k8s tests: Use test driver from master branch (#27462)

Instead of directly sourcing the test driver provisioning script from the same branch, the script is downloaded (with curl) and sourced from the master branch.

This allows changes made to the test driver to be reflected in all future release branches. A separate PR will backport this change to existing release branches.

All cluster definitions are also moved to the install script, allowing any cluster changes to be done in one place in the master branch.

* xds_k8s tests: Fix xlang install script sourcing. (#27658)

This change sources the test driver install script correctly for the xlang tests.
This fixes a mistake in #27462 where this was missed.

* Fix Python Interop (#27620) (#27703)

* WIP. Attempt to fix interop

* Yapf

* Switch Python xDS Example Server to Listen on IPV4 Only (#27679)

* Switch to IPV4

* Update to all hosts

* Fix rvm ruby install failure (#27769)

Co-authored-by: donnadionne <donnadionne@google.com>
Co-authored-by: Lidi Zheng <lidiz@google.com>
Co-authored-by: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Co-authored-by: sanjaypujare <sanjaypujare@users.noreply.github.com>
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
Co-authored-by: Esun Kim <veblush@google.com>
Co-authored-by: Terry Wilson <terrymwilson@gmail.com>
Co-authored-by: Richard Belleville <rbellevi@google.com>

* added perf_counters.cc manually since the script didn't work

Co-authored-by: Mark D. Roth <roth@google.com>
Co-authored-by: donnadionne <donnadionne@google.com>
Co-authored-by: Lidi Zheng <lidiz@google.com>
Co-authored-by: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Co-authored-by: sanjaypujare <sanjaypujare@users.noreply.github.com>
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
Co-authored-by: Esun Kim <veblush@google.com>
Co-authored-by: Terry Wilson <terrymwilson@gmail.com>
Co-authored-by: Richard Belleville <rbellevi@google.com>
2021-10-27 08:55:42 -07:00
..
BUILD Add a test for a (now-illegal) build file construct (#27602) 2021-10-06 07:43:59 -07:00
bm_alarm.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_arena.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_byte_buffer.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_call_create.cc Revert "Revert "Move metadata setting into HPackParser (#27545)" (#27686)" (#27688) 2021-10-13 08:44:57 -07:00
bm_callback_streaming_ping_pong.cc Restore callback microbenchmarks but make them manual for now (#25491) 2021-02-19 13:36:11 -08:00
bm_callback_unary_ping_pong.cc Restore callback microbenchmarks but make them manual for now (#25491) 2021-02-19 13:36:11 -08:00
bm_channel.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_chttp2_hpack.cc Reland te:trailers metadata change with fixes (#27785) 2021-10-20 14:50:33 -07:00
bm_chttp2_transport.cc Reland te:trailers metadata change with fixes (#27785) 2021-10-20 14:50:33 -07:00
bm_closure.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_cq.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_cq_multiple_threads.cc Upgrade benchmark to 1.6.0 and remove previous hacks. (#27778) 2021-10-27 08:55:42 -07:00
bm_error.cc Changed grpc_error_get|set_str to use std string instead of slice (#27466) 2021-10-01 18:58:47 -07:00
bm_fullstack_streaming_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_fullstack_streaming_pump.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_fullstack_trickle.cc Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 2021-09-20 19:46:11 -07:00
bm_fullstack_unary_ping_pong.cc Added call to grpc::testing::TestEnvironment in more tests 2020-07-01 13:27:08 -07:00
bm_metadata.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_opencensus_plugin.cc channel_init --> core configuration system (#27347) 2021-09-27 15:51:39 -07:00
bm_pollset.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
bm_threadpool.cc Upgrade benchmark to 1.6.0 and remove previous hacks. (#27778) 2021-10-27 08:55:42 -07:00
bm_timer.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
callback_streaming_ping_pong.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
callback_test_service.cc De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
callback_test_service.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
callback_unary_ping_pong.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
fullstack_context_mutators.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
fullstack_fixtures.h Add (void) to function calls returning absl::Status (#27761) 2021-10-19 17:00:40 -07:00
fullstack_streaming_ping_pong.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
fullstack_streaming_pump.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
fullstack_unary_ping_pong.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
grpc_benchmark_config.bzl Speed up microbenchmark tests (#27584) 2021-10-05 07:09:02 -07:00
helpers.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
helpers.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -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