[roll] Roll fuchsia [fidl] Remove walker benchmark

The benchmark for the FIDL walker depended on the new C++ bindings'
dependency on coding tables. Those aren't used to actually encode or
decode messages anymore. The walker is on its way out - it's only used
in the HLCPP bindings - and the HLCPP performance is already benchmarked
separately.

This removes those benchmarks.

Multiply: host_x64/fidl_cpp_conformance_tests: 100
Multiply: host_x64/fidl_hlcpp_conformance_tests: 100
Multiply: host_x64/fidl_llcpp_conformance_tests: 100
Multiply: host_x64/obj/src/lib/fidl/rust/fidl_rust_conformance_tests_bin.sh: 100
Multiply: host_x64/obj/src/tests/fidl/fidl_go_conformance/fidl_go_conformance_tests.sh: 100

Original-Bug: 100320
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/814213
Original-Revision: c7ef0c7e5273d8aed9c8a9e87976ce3b4013353d
GitOrigin-RevId: 23ad7354e2c74f22853243b009b5f78449c1853f
Change-Id: I3b3616d8cd2e1ca6414bb961aec9c3ec951c470a
1 file changed
tree: 3c36ce0ba21b8c80baecccfbf94b2a551055a887
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.