blob: 6007bdfd1ade48ca25925833a70d7d894e488855 [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/ui/tests/scenic-stress-tests/meta/scenic_stressor.shard.cml" ],
program: {
binary: "bin/scenic_stressor_flatland",
args: [
"--num-operations",
"1000",
],
},
}