Separate benchmark tool from rpc-port 75/308975/13
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Apr 2024 07:56:53 +0000 (16:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 4 Apr 2024 03:38:10 +0000 (12:38 +0900)
commite17006b4e796b8a57ffa2e91f0e335858b0d6a0c
tree6b9676cb78c23f02a4977ba6c27eb2938c983b1a
parent464d2672c6b6b4a10077e5c37649de8e02d60144
Separate benchmark tool from rpc-port

The rpc-port-benchmark package is added.
The tools are moved to the package.
The following servies of systemd are added for socket & dbus activation:
 - rpc-port-benchmark-server-tidl.service
 - rpc-port-benchmark-server-tidl.socket
 - rpc-port-benchmark-server-dbus.service
 - tizen.appfw.rpcport.benchmark.dbus.busname
 - tizen.appfw.rpcport.benchmark.dbus.service
 - rpc-port-benchmark-client-tidl.service
 - rpc-port-benchmark-client-dbus.service

Change-Id: I3d39ef2c6c452069ff0656b967cfe5b70f11a450
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 files changed:
benchmark/server/dbus/main.cc
benchmark/server/tidl/main.cc
benchmark/tool/dbus-proxy.cc
benchmark/tool/dbus-proxy.hh
benchmark/tool/main.cc
benchmark/tool/options.cc
benchmark/tool/options.hh
packaging/rpc-port-benchmark-client-dbus.service [new file with mode: 0644]
packaging/rpc-port-benchmark-client-tidl.service [new file with mode: 0644]
packaging/rpc-port-benchmark-server-dbus.service [new file with mode: 0644]
packaging/rpc-port-benchmark-server-tidl.service [new file with mode: 0644]
packaging/rpc-port-benchmark-server-tidl.socket [new file with mode: 0644]
packaging/rpc-port.spec
packaging/tizen.appfw.rpcport.benchmark.dbus.busname [new file with mode: 0644]
packaging/tizen.appfw.rpcport.benchmark.dbus.service [new file with mode: 0644]