tree: 699b0139fd0cc144b1260ff6f6fb7307331efc1e [path history] [tgz]
  1. hero-common/
  2. jetsnack/
  3. pokedex/
  4. OWNERS
  5. README.md
compose/integration-tests/hero/README.md

Compose Hero Benchmarks

This module contains high-level benchmarks for Compose outlining a broader performance picture. In comparison to component-level benchmarks, these benchmarks provide a high-level view of Compose performance.

Structure

A hero benchmark consists of the following modules:

hero
    - example
        - example-implementation # contains the target code
        - example-macrobenchmark # contains macrobenchmarks
        - example-macrobenchmark-target # wrapper for example-implementation to run macrobenchmarks against
        - example-microbenchmark # optional, if microbenchmarks are useful for the given hero project