update my_fibonacci.json

main
xiaosuGW 3 years ago
parent 74912c5460
commit 7009211b5b

@ -27,4 +27,19 @@
"http-resp-headers": [], "http-resp-headers": [],
"http-resp-size": 1024, "http-resp-size": 1024,
"http-resp-content-type": "text/plain" "http-resp-content-type": "text/plain"
},
{
"active": true,
"name": "fibonacci",
"path": "fibonacci_wasm.so",
"port": 10002,
"expected-execution-us": 600,
"relative-deadline-us": 2000,
"argsize": 2,
"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"
} }

Loading…
Cancel
Save