From 60026160a861ec7076b0ffca66e2f47a48aeed9f Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Mon, 23 Aug 2021 12:30:13 -0500 Subject: [PATCH] update json files --- runtime/tests/test_armcifar10.json | 8 ++++---- runtime/tests/test_image_processing.json | 9 +++++---- runtime/tests/test_sodresize.json | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/runtime/tests/test_armcifar10.json b/runtime/tests/test_armcifar10.json index 32ef760..27b6b5e 100644 --- a/runtime/tests/test_armcifar10.json +++ b/runtime/tests/test_armcifar10.json @@ -2,13 +2,13 @@ "active": true, "name": "cifar10", "path": "cifar10_wasm.so", - "port": 10000, + "port": 10002, "relative-deadline-us": 50000, "argsize": 1, "http-req-headers": [], - "http-req-content-type": "image/png", - "http-req-size": 4096, + "http-req-content-type": "image/bmp", + "http-req-size": 4096000, "http-resp-headers": [], - "http-resp-size": 128, + "http-resp-size": 1024, "http-resp-content-type": "text/plain" } diff --git a/runtime/tests/test_image_processing.json b/runtime/tests/test_image_processing.json index 76af309..94c8d0a 100644 --- a/runtime/tests/test_image_processing.json +++ b/runtime/tests/test_image_processing.json @@ -3,7 +3,7 @@ "name": "resize", "path": "resize_wasm.so", "port": 10000, - "relative-deadline-us": 50000, + "relative-deadline-us": 159000, "argsize": 1, "http-req-headers": [], "http-req-content-type": "image/jpeg", @@ -17,7 +17,7 @@ "name": "png2bmp", "path": "C-Image-Manip_wasm.so", "port": 10001, - "relative-deadline-us": 50000, + "relative-deadline-us": 159000, "argsize": 1, "http-req-headers": [], "http-req-content-type": "image/png", @@ -31,12 +31,13 @@ "name": "cifar10", "path": "cifar10_wasm.so", "port": 10002, - "relative-deadline-us": 50000, + "relative-deadline-us": 159000, "argsize": 1, "http-req-headers": [], "http-req-content-type": "image/bmp", "http-req-size": 4096000, "http-resp-headers": [], "http-resp-size": 1024, - "http-resp-content-type": "text/plain" + "http-resp-content-type": "text/plain", + "tail-module": true } diff --git a/runtime/tests/test_sodresize.json b/runtime/tests/test_sodresize.json index 99d11ed..7ec404a 100644 --- a/runtime/tests/test_sodresize.json +++ b/runtime/tests/test_sodresize.json @@ -7,8 +7,8 @@ "argsize": 1, "http-req-headers": [], "http-req-content-type": "image/jpeg", - "http-req-size": 102400, + "http-req-size": 1024000, "http-resp-headers": [], - "http-resp-size": 102400, + "http-resp-size": 1024000, "http-resp-content-type": "image/png" }