You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sledge/runtime/tests/test_multiple_image_process...

88 lines
2.2 KiB

{
"active": true,
"name": "resize1",
"path": "resize_wasm.so",
"port": 10000,
"relative-deadline-us": 16346,
"argsize": 1,
"priority": 1,
"pre_module_count": 0,
"next_modules": ["png2bmp1", "lpd_wasm1"],
"http-req-headers": [],
"http-req-content-type": "image/jpeg",
"http-req-size": 1024000,
"http-resp-headers": [],
"http-resp-size": 1024000,
"http-resp-content-type": "image/png"
},
{
"active": true,
"name": "png2bmp1",
"path": "C-Image-Manip_wasm.so",
"port": 10001,
"relative-deadline-us": 16346,
"argsize": 1,
"priority": 1,
"pre_module_count": 1,
"next_modules": ["cifar10_1"],
"http-req-headers": [],
"http-req-content-type": "image/png",
"http-req-size": 4096000,
"http-resp-headers": [],
"http-resp-size": 4096000,
"http-resp-content-type": "image/bmp"
},
{
"active": true,
"name": "lpd_wasm1",
"path": "lpd_wasm.so",
"port": 10002,
"relative-deadline-us": 16346,
"argsize": 1,
"priority": 2,
"pre_module_count": 1,
"next_modules": ["work1"],
"http-req-headers": [],
"http-req-content-type": "image/bmp",
"http-req-size": 4096000,
"http-resp-headers": [],
"http-resp-size": 4096000,
"http-resp-content-type": "text/plain",
"tail-module": true
},
{
"active": true,
"name": "cifar10_1",
"path": "cifar10_wasm.so",
"port": 10003,
"relative-deadline-us": 16346,
"argsize": 1,
"priority": 1,
"pre_module_count": 1,
"next_modules": ["work1"],
"http-req-headers": [],
"http-req-content-type": "image/bmp",
"http-req-size": 4096000,
"http-resp-headers": [],
"http-resp-size": 1024,
"http-resp-content-type": "text/plain",
"tail-module": true
},
{
"active": true,
"name": "work1",
"path": "work3_wasm.so",
"port": 10004,
"relative-deadline-us": 16346,
"argsize": 1,
"priority": 1,
"pre_module_count": 2,
"next_modules": [],
"http-req-headers": [],
"http-req-content-type": "text/plain",
"http-req-size": 4096000,
"http-resp-headers": [],
"http-resp-size": 1024,
"http-resp-content-type": "text/plain",
"tail-module": true
},