From c559fc850d83a27d612ad0a550af0a478ef609e8 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 26 Apr 2022 22:18:59 -0400 Subject: [PATCH] test: image classification --- tests/CMSIS_5_NN/imageclassification/spec.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/CMSIS_5_NN/imageclassification/spec.json b/tests/CMSIS_5_NN/imageclassification/spec.json index 4230b46..d7cf677 100644 --- a/tests/CMSIS_5_NN/imageclassification/spec.json +++ b/tests/CMSIS_5_NN/imageclassification/spec.json @@ -8,7 +8,6 @@ "path": "cifar10.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, - "http-req-size": 4096, "http-resp-size": 128, "http-resp-content-type": "text/plain" }, @@ -17,10 +16,9 @@ "path": "cifar10.wasm.so", "expected-execution-us": 5000, "relative-deadline-us": 50000, - "http-req-size": 4096, "http-resp-size": 128, "http-resp-content-type": "text/plain" } ] } -] \ No newline at end of file +]