[roll] Roll fuchsia [netstack3] Move benchmarks out of core

Move integration benchmarks to the already existing benchmark runner
target.

These are all the test code that is left in the core integration crate.

Note that even though `netstack3-core-test` doesn't have any tests
anymore, we're maintaining the target to avoid the trap of new
integration-specific test code being added but unexpectedly not being in
the build graph.

The world seems to accept 0 tests just fine:

```
Running test 'fuchsia-pkg://fuchsia.com/netstack3-core-test [...]

0 out of 0 tests passed...
PASSED: fuchsia-pkg://fuchsia.com/netstack3-core-test [...]
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061615
Original-Revision: e8bd04576f2a7d3dc72869f8c998f797649f3c76
GitOrigin-RevId: ea788ea81e4195b029a221da311cebe71d292eb1
Change-Id: I8a3d46b5d4bbd77a25b6edf3d451b45a5195d2c5
1 file changed
tree: 52d233e18797c3cf4ec6a7e209673650826455d5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.