From 6435fa2cf8ef1fc081ef99c1d8b2ebe728d850d1 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 5 Mar 2021 09:06:10 -0500 Subject: [PATCH] fix: add missing fib spec --- runtime/tests/test_fibonacci.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 runtime/tests/test_fibonacci.json diff --git a/runtime/tests/test_fibonacci.json b/runtime/tests/test_fibonacci.json new file mode 100644 index 0000000..85a4555 --- /dev/null +++ b/runtime/tests/test_fibonacci.json @@ -0,0 +1,15 @@ +{ + "active": "yes", + "name": "fibonacci", + "path": "fibonacci_wasm.so", + "port": 10000, + "expected-execution-us": 600, + "relative-deadline-us": 2000, + "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" +}