1# Compose Hero Benchmarks 2 3This module contains high-level benchmarks for Compose outlining a broader performance picture. In 4comparison to component-level benchmarks, these benchmarks provide a high-level view of Compose 5performance. 6 7## Structure 8A hero benchmark consists of the following modules: 9 10``` 11hero 12 - example 13 - example-implementation # contains the target code 14 - example-macrobenchmark # contains macrobenchmarks 15 - example-macrobenchmark-target # wrapper for example-implementation to run macrobenchmarks against 16 - example-microbenchmark # optional, if microbenchmarks are useful for the given hero project 17``` 18 19