Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ add_executable(bench_request_response_client common/bench_measurer.cpp request_r
target_link_libraries(bench_request_response_client vsomeip)

configure_file(
${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_local.json.in
${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_local.json
/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_local.json.in
/tmp/vsomeip/secure-vsomeip/benchmarks//conf/bench_request_response_client_local.json
@ONLY)
sign_configuration(${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_local.json
sign_configuration(/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_local.json
${CRYPTO_CONFIGURATION_SIGNATURE_KEY} ${OPENSSL_LOG} ${CRYPTO_LOCK})
copy_to_builddir(${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_local.json
copy_to_builddir(/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_local.json
${BENCH_CONFIG_OUTPUT}/bench_request_response_client_local.json bench_request_response_client)

configure_file(
${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_external.json.in
${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_external.json
/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_external.json.in
/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_external.json
@ONLY)
sign_configuration(${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_external.json
sign_configuration(/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_external.json
${CRYPTO_CONFIGURATION_SIGNATURE_KEY} ${OPENSSL_LOG} ${CRYPTO_LOCK})
copy_to_builddir(${BENCH_REQUEST_RESPONSE_FOLDER}/conf/bench_request_response_client_external.json
copy_to_builddir(/tmp/vsomeip/secure-vsomeip/benchmarks/conf/bench_request_response_client_external.json
${BENCH_CONFIG_OUTPUT}/bench_request_response_client_external.json bench_request_response_client)

configure_file(
Expand Down Expand Up @@ -251,4 +251,4 @@ configure_file(
${PROJECT_SOURCE_DIR}/benchmarks/run_iperf3_throughput_benchmarks.sh
@ONLY)
copy_to_builddir(${PROJECT_SOURCE_DIR}/benchmarks/run_iperf3_throughput_benchmarks.sh
${BENCH_OUTPUT}/run_iperf3_throughput_benchmarks.sh build_benchmarks)
${BENCH_OUTPUT}/run_iperf3_throughput_benchmarks.sh build_benchmarks)