[ { "name": "gwu", "port": 10000, "replenishment-period-us": 0, "max-budget-us": 0, "routes": [ { "route": "/ekf", "path": "gps_ekf.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, "http-resp-content-type": "application/octet-stream" }, { "route": "/resize", "path": "resize_image.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, "http-resp-content-type": "image/png" }, { "route": "/lpd", "path": "license_plate_detection.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, "http-resp-content-type": "text/plain" }, { "route": "/gocr", "path": "gocr.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 360000, "http-resp-content-type": "text/plain" }, { "route": "/cifar10", "path": "cifar10.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, "http-resp-content-type": "text/plain" } ] } ]