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.
48 lines
1.1 KiB
48 lines
1.1 KiB
[
|
|
{
|
|
"name": "gwu",
|
|
"port": 10000,
|
|
"routes": [
|
|
{
|
|
"route": "/ekf",
|
|
"path": "gps_ekf.wasm.so",
|
|
"expected-execution-us": 5000,
|
|
"relative-deadline-us": 50000,
|
|
"http-resp-size": 1024000,
|
|
"http-resp-content-type": "application/octet-stream"
|
|
},
|
|
{
|
|
"route": "/resize",
|
|
"path": "resize_image.wasm.so",
|
|
"expected-execution-us": 5000,
|
|
"relative-deadline-us": 50000,
|
|
"http-resp-size": 1024000,
|
|
"http-resp-content-type": "image/png"
|
|
},
|
|
{
|
|
"route": "/lpd",
|
|
"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": "/gocr",
|
|
"path": "gocr.wasm.so",
|
|
"expected-execution-us": 5000,
|
|
"relative-deadline-us": 360000,
|
|
"http-resp-size": 5335057,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/cifar10",
|
|
"path": "cifar10.wasm.so",
|
|
"expected-execution-us": 5000,
|
|
"relative-deadline-us": 50000,
|
|
"http-resp-size": 128,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
}
|
|
] |