update json files

main
xiaosuGW 3 years ago
parent ea5cc4d129
commit 60026160a8

@ -2,13 +2,13 @@
"active": true,
"name": "cifar10",
"path": "cifar10_wasm.so",
"port": 10000,
"port": 10002,
"relative-deadline-us": 50000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "image/png",
"http-req-size": 4096,
"http-req-content-type": "image/bmp",
"http-req-size": 4096000,
"http-resp-headers": [],
"http-resp-size": 128,
"http-resp-size": 1024,
"http-resp-content-type": "text/plain"
}

@ -3,7 +3,7 @@
"name": "resize",
"path": "resize_wasm.so",
"port": 10000,
"relative-deadline-us": 50000,
"relative-deadline-us": 159000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "image/jpeg",
@ -17,7 +17,7 @@
"name": "png2bmp",
"path": "C-Image-Manip_wasm.so",
"port": 10001,
"relative-deadline-us": 50000,
"relative-deadline-us": 159000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "image/png",
@ -31,12 +31,13 @@
"name": "cifar10",
"path": "cifar10_wasm.so",
"port": 10002,
"relative-deadline-us": 50000,
"relative-deadline-us": 159000,
"argsize": 1,
"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"
"http-resp-content-type": "text/plain",
"tail-module": true
}

@ -7,8 +7,8 @@
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "image/jpeg",
"http-req-size": 102400,
"http-req-size": 1024000,
"http-resp-headers": [],
"http-resp-size": 102400,
"http-resp-size": 1024000,
"http-resp-content-type": "image/png"
}

Loading…
Cancel
Save