parent
ff0aafbd5e
commit
308e6dd109
@ -1 +1,2 @@
|
|||||||
res/*
|
res/*
|
||||||
|
result.jpg
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "resize",
|
"name": "gwu",
|
||||||
"path": "resize_image.wasm.so",
|
|
||||||
"port": 10000,
|
"port": 10000,
|
||||||
"expected-execution-us": 5000,
|
"routes": [
|
||||||
"relative-deadline-us": 50000,
|
{
|
||||||
"http-req-size": 1024000,
|
"route": "/resize",
|
||||||
"http-resp-size": 1024000,
|
"path": "resize_image.wasm.so",
|
||||||
"http-resp-content-type": "image/png"
|
"expected-execution-us": 5000,
|
||||||
|
"relative-deadline-us": 50000,
|
||||||
|
"http-resp-size": 1024000,
|
||||||
|
"http-resp-content-type": "image/jpeg"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in new issue