parent
308e6dd109
commit
b8732147a9
@ -1,32 +1,32 @@
|
||||
[
|
||||
{
|
||||
"name": "lpd1",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"name": "gwu",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd2",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd4",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
"routes": [
|
||||
{
|
||||
"route": "/lpd1",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"route": "/lpd2",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"route": "/lpd4",
|
||||
"path": "license_plate_detection.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in new issue