blob: edaa6a5ccefc3fd3a0752e66063e9e587a8217d0 [file]
// Copyright 2024 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/power/bench/power_framework/meta/share.cml",
"sys/testing/elf_test_runner.shard.cml",
"trace/client.shard.cml",
],
program: {
binary: "bin/power_framework_microbenchmarks",
},
use: [
{
storage: "custom_artifacts",
path: "/custom_artifacts",
},
{
storage: "tmp",
path: "/tmp",
},
],
}