diff --git a/runtime/tests/my_fibonacci.json b/runtime/tests/my_fibonacci.json index 6bfebae..4f9e556 100644 --- a/runtime/tests/my_fibonacci.json +++ b/runtime/tests/my_fibonacci.json @@ -27,4 +27,19 @@ "http-resp-headers": [], "http-resp-size": 1024, "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" }