yao/tests/flows/benchmark/pure.flow.json
2022-01-22 03:13:00 +08:00

13 lines
246 B
JSON

{
"label": "性能测试",
"version": "1.0.0",
"description": "性能测试",
"nodes": [
{
"name": "性能测试",
"process": "xiang.helper.Return",
"args": [1, 2, 3]
}
],
"output": "{{$res.性能测试}}"
}