blob: 3d205c8f0dcf479fab37f359906cfc485722eb88 [file] [log] [blame]
// Copyright 2021 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: [ "sys/testing/elf_test_runner.shard.cml" ],
program: {
binary: "test/bench_test",
args: [
"--test.bench=.",
"--test.benchmem",
"--test.cpuprofile=/custom_artifacts/netstack_bench_profile",
],
},
use: [
{
storage: "custom_artifacts",
path: "/custom_artifacts",
},
],
}