tree: d5455526c5288d196a5ced310cb1bdef389d9844 [path history] [tgz]
  1. jetsnack/
  2. OWNERS
  3. 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