[roll] Roll fuchsia [cog] Introduce a new benchmark suite for Cog scripts.

This change adds a `benchmark` directory containing a framework for running and analyzing performance benchmarks. It includes:
-   `base.py`: An abstract base class `Benchmark` for defining individual benchmarks.
-   `run.py`: The main script to discover, execute, and report on benchmarks. It can run all benchmarks or specific ones, and provides formatted output including time taken, pass/fail status, and comparisons between benchmarks.
-   `README.md`: Documentation on how to use the suite, including running benchmarks and creating new ones.
-   `sample_benchmark.py` and `sample_benchmark2.py`: Example implementations of benchmarks.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1421249
Original-Revision: fa4ea0aa36a2e699d7ea6b6996d33d5b47350c23
GitOrigin-RevId: 26b9e81d4921432e02ca69bf42db2f95d9a516f2
Change-Id: I7bf5a30bb2d8dd85ad76ecd16f661a37a6a0dc7e
1 file changed
tree: 765b79aaa4b2a2692fb4dd3817e2d73a35e07a76
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.