{ | |
"include": [ | |
"sdk/lib/diagnostics/syslog/client.shard.cmx" | |
], | |
"program": { | |
"args": [ | |
"--num-operations", | |
"10" | |
], | |
"binary": "bin/fvm_stressor" | |
}, | |
"sandbox": { | |
"features": [ | |
"hub" | |
], | |
"services": [ | |
"fuchsia.boot.Arguments", | |
"fuchsia.boot.Items", | |
"fuchsia.boot.WriteOnlyLog", | |
"fuchsia.ldsvc.Loader", | |
"fuchsia.process.Launcher", | |
"fuchsia.sys.Environment", | |
"fuchsia.sys.Launcher" | |
] | |
} | |
} |