blob: 2aef1790d9e8cd317988b90dbd9cb8e64d33359c [file] [log] [blame]
// Copyright 2023 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/connectivity/network/tests/benchmarks/socket-loopback/meta/loopback-socket-benchmarks-with-tracing.shard.cml",
"inspect/offer.shard.cml",
],
program: {
environ: [
"NETSTACK3=true",
"TRACING=true",
],
},
children: [
{
name: "netstack",
url: "#meta/netstack3.cm",
},
],
}