forked from haiwan/sledge
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.
29 lines
658 B
29 lines
658 B
{
|
|
"active": true,
|
|
"name": "fibonacci",
|
|
"path": "fibonacci_wasm.so",
|
|
"port": 10000,
|
|
"relative-deadline-us": 80000,
|
|
"argsize": 1,
|
|
"http-req-headers": [],
|
|
"http-req-content-type": "text/plain",
|
|
"http-req-size": 1024,
|
|
"http-resp-headers": [],
|
|
"http-resp-size": 1024,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"active": true,
|
|
"name": "fibonacci2",
|
|
"path": "fibonacci_wasm.so",
|
|
"port": 10001,
|
|
"relative-deadline-us": 20000,
|
|
"argsize": 1,
|
|
"http-req-headers": [],
|
|
"http-req-content-type": "text/plain",
|
|
"http-req-size": 1024,
|
|
"http-resp-headers": [],
|
|
"http-resp-size": 1024,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|