From 7963cf66c848667782fe77a2a96010c7b8cedfce Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Mon, 19 Jul 2021 09:42:29 -0500 Subject: [PATCH] upload test_big_fibonacci.json --- runtime/tests/test_big_fibonacci.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 runtime/tests/test_big_fibonacci.json diff --git a/runtime/tests/test_big_fibonacci.json b/runtime/tests/test_big_fibonacci.json new file mode 100644 index 0000000..9c99892 --- /dev/null +++ b/runtime/tests/test_big_fibonacci.json @@ -0,0 +1,15 @@ +{ + "active": true, + "name": "big_fibonacci", + "path": "big_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" +}