xref: /aosp_15_r20/tools/metalava/integration/integration.scenarios (revision 115816f9299ab6ddd6b9673b81f34e707f6bacab)
1# Can specify scenarios to use when none are specified on the command line
2default-scenarios = ["benchmark1"]
3
4# Scenarios are run in alphabetical order
5benchmark1 {
6    title = "compose foundation processing"
7    tasks = [":integration:run"]
8}
9