blob: 3b9754afc991bd2503f42c8bc4df072244bec4ad [file] [log] [blame] [edit]
# Can specify scenarios to use when none are specified on the command line
default-scenarios = ["benchmark1"]
# Scenarios are run in alphabetical order
benchmark1 {
title = "compose foundation processing"
tasks = [":integration:run"]
}