parent
6a7d2c3c05
commit
b346cd1cce
@ -1,12 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "gocr",
|
||||
"path": "gocr.wasm.so",
|
||||
"name": "gwu",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "text/plain"
|
||||
"routes": [
|
||||
{
|
||||
"route": "/gocr",
|
||||
"path": "gocr.wasm.so",
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Reference in new issue