Execute benchmark server as child process 41/279541/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Aug 2022 07:42:00 +0000 (16:42 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Aug 2022 07:51:58 +0000 (16:51 +0900)
commit75ad4b38dcf490f893adaf3f4e52457a49f39d17
treef826a2323ec14991cc89e252405e745e7788adbc
parent0c24a79e918d10944c4c669b62fc517cec9fad28
Execute benchmark server as child process

To test the performance easily, the benchmark-server will be executed
using fork() & execv() by the tool.

Change-Id: I394131d6294a78c869adfcb6f6565397feb9b77b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
benchmark/tool/main.cc