parent
42b42e0f1c
commit
05dde38ea2
@ -1,32 +1,32 @@
|
||||
[
|
||||
{
|
||||
"name": "resize_small",
|
||||
"path": "resize_image.wasm.so",
|
||||
"name": "gwu",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_medium",
|
||||
"path": "resize_image.wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_large",
|
||||
"path": "resize_image.wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png"
|
||||
"routes": [
|
||||
{
|
||||
"route": "/resize_small",
|
||||
"path": "resize_image.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"route": "/resize_medium",
|
||||
"path": "resize_image.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"route": "/resize_large",
|
||||
"path": "resize_image.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Reference in new issue