[roll] Roll fuchsia [inspect][rust] Correct usage of Criterion in some benchmarks

This causes the following benchmarks to run faster:

```
fuchsia.rust_inspect.benchmarks: Heap/allocate_512k                               faster            0.973-0.989    634634 +/- 3108 ns  622682 +/- 2096 ns
fuchsia.rust_inspect.benchmarks: Heap/extend                                      faster            0.613-0.746    3501 +/- 255 ns     2363 +/- 59 ns
fuchsia.rust_inspect.benchmarks: Heap/free                                        faster            0.777-0.792    176070 +/- 636 ns   138072 +/- 802 ns
fuchsia.rust_inspect.benchmarks: Node/record_double_property                      faster            0.484-0.519    2879 +/- 78 ns      1443 +/- 11 ns
fuchsia.rust_inspect.benchmarks: Node/record_int_property                         faster            0.483-0.524    2863 +/- 81 ns      1441 +/- 18 ns
fuchsia.rust_inspect.benchmarks: Node/record_uint_property                        faster            0.472-0.524    2894 +/- 120 ns     1439 +/- 16 ns
```

This ensures that we don't measure the Drop impl of the structs
created on setup.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832505
Original-Revision: 511386594c861c558c5ead9f8c7ff35346076c7f
GitOrigin-RevId: a9041a38a5d2e2b31273c20680a20b3cfcd6f15f
Change-Id: Ied562777311bd070551566ffbf7d44e3173bd17e
1 file changed
tree: 3daf8d90d84e21d697e450d7cd7e9a32d8cfcef8
  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.