From 7009211b5bbe4525a238fcb71ca0265cd5f08a28 Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Thu, 8 Jul 2021 13:09:03 -0500 Subject: [PATCH] update my_fibonacci.json --- runtime/tests/my_fibonacci.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" }