[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.