Skip to content

Commit c7a5f7f

Browse files
committed
[test] Add profile and latency configuration options in single conf
- Added "profile" and "latency" fields to those single service conf files Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
1 parent e847175 commit c7a5f7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"single" :
33
{
4-
"model" : "../tests/test_models/models/mobilenet_v1_1.0_224_quant.tflite"
4+
"model" : "../tests/test_models/models/mobilenet_v1_1.0_224_quant.tflite",
5+
"profile" : "true"
56
}
67
}

tests/test_models/config/config_single_imgclf_key.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"single" :
33
{
4-
"key" : "test-single-imgclf"
4+
"key" : "test-single-imgclf",
5+
"latency" : "1"
56
},
67
"information" :
78
{

0 commit comments

Comments
 (0)