blob: 9b11d6769c7c22612cf75b6af10354c369b99e0d [file]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/starnix/containers/debian/meta/debian_container_for_test.shard.cml",
"//src/starnix/tests/starnix_benchmark.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "data/tests/starnix_microbenchmarks",
},
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.scheduler.RoleManager",
],
},
{
storage: "custom_artifacts",
rights: [ "rw*" ],
path: "/custom_artifacts",
},
],
}