Skip to content

Commit 08f967b

Browse files
author
Mauro Passerino
committed
Address PR comments
1 parent b95c2e4 commit 08f967b

39 files changed

Lines changed: 1192 additions & 1232 deletions

irobot_benchmark/CMakeLists.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,10 @@ install(FILES
3939
${TOPOLOGY_FILES}
4040
DESTINATION lib/${PROJECT_NAME}/topology)
4141

42-
set(SCRIPTS
43-
scripts/compare_latency.py
44-
scripts/plot_latency.py
45-
scripts/plot_cpu_memory.py
46-
)
47-
48-
install(FILES
49-
${SCRIPTS}
50-
DESTINATION lib/${PROJECT_NAME}/scripts)
51-
52-
# Install the entire comms_benchmark directory
42+
# Install the entire comms_benchmark directory, preserving file permissions
5343
install(DIRECTORY comms_benchmark/
5444
DESTINATION lib/${PROJECT_NAME}/comms_benchmark
45+
USE_SOURCE_PERMISSIONS
5546
)
5647

5748
if(BUILD_TESTING)

irobot_benchmark/comms_benchmark/profiles/zero-copy-shm.xml renamed to irobot_benchmark/comms_benchmark/profiles/shared_memory_cyclonedds.xml

File renamed without changes.

irobot_benchmark/comms_benchmark/scripts/actions/run_mix_process_benchmarks.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

irobot_benchmark/comms_benchmark/scripts/actions/run_multi_process_benchmarks.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

irobot_benchmark/comms_benchmark/scripts/actions/run_single_process_benchmarks.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

irobot_benchmark/comms_benchmark/scripts/cli-srv/run_mix_process_benchmarks.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

irobot_benchmark/comms_benchmark/scripts/cli-srv/run_multi_process_benchmarks.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)