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