[roll] Roll fuchsia [storage][perf] Add directory traversal benchmarks

Add 2 new benchmarks that measure how long it takes each filesystem to
walk a directory tree. The directory tree is constructed by creating 3
empty files and 2 directories recursively within each directory up to a
depth of 5. This results in 62 directories and 189 files being created.
The benchmarks are run 20 times per filesystem. The cold variant of the
benchmarks remounts the filesystem between each run.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/768617
Original-Revision: 310aab7c21e4730d54a1a35a8e41e03717173363
GitOrigin-RevId: b61ddf54c220815da6c737d8d503770bfafb402f
Change-Id: I511cc0c64d84f6d8945d20315547a74383fb1030
1 file changed
tree: 46741806e01caa712d91d4462abf5ee8c038d936
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.