1*115816f9SAndroid Build Coastguard Worker# Can specify scenarios to use when none are specified on the command line 2*115816f9SAndroid Build Coastguard Workerdefault-scenarios = ["benchmark1"] 3*115816f9SAndroid Build Coastguard Worker 4*115816f9SAndroid Build Coastguard Worker# Scenarios are run in alphabetical order 5*115816f9SAndroid Build Coastguard Workerbenchmark1 { 6*115816f9SAndroid Build Coastguard Worker title = "compose foundation processing" 7*115816f9SAndroid Build Coastguard Worker tasks = [":integration:run"] 8*115816f9SAndroid Build Coastguard Worker} 9