@@ -47,14 +47,14 @@ target_link_libraries(
47
47
###########################################################################
48
48
set (
49
49
THROUGHPUT_TEST_LIST
50
- throughput_intraprocess_best_effort_profile
51
- throughput_intraprocess_reliable_profile
52
- throughput_interprocess_best_effort_udp_profile
53
- throughput_interprocess_reliable_udp_profile
54
- # throughput_interprocess_best_effort_tcp_profile
55
- # throughput_interprocess_reliable_tcp_profile
56
- throughput_interprocess_best_effort_shm_profile
57
- throughput_interprocess_reliable_shm_profile
50
+ intraprocess_best_effort_profile
51
+ intraprocess_reliable_profile
52
+ interprocess_best_effort_udp_profile
53
+ interprocess_reliable_udp_profile
54
+ # interprocess_best_effort_tcp_profile
55
+ # interprocess_reliable_tcp_profile
56
+ interprocess_best_effort_shm_profile
57
+ interprocess_reliable_shm_profile
58
58
)
59
59
60
60
###########################################################################
64
64
65
65
set (
66
66
DATA_SHARING_LIST
67
- intraprocess_best_effort
68
- intraprocess_reliable
69
- interprocess_best_effort_shm
70
- interprocess_reliable_shm
67
+ intraprocess_best_effort_profile
68
+ intraprocess_reliable_profile
69
+ interprocess_best_effort_shm_profile
70
+ interprocess_reliable_shm_profile
71
71
)
72
72
73
73
set (
74
74
LOAN_SAMPLES_LIST
75
- intraprocess_best_effort
76
- intraprocess_reliable
77
- interprocess_best_effort_shm
78
- interprocess_reliable_shm
79
- interprocess_best_effort_udp
80
- interprocess_reliable_udp
81
- interprocess_best_effort_tcp
82
- interprocess_reliable_tcp
75
+ intraprocess_best_effort_profile
76
+ intraprocess_reliable_profile
77
+ interprocess_best_effort_udp_profile
78
+ interprocess_reliable_udp_profile
79
+ # interprocess_best_effort_tcp_profile
80
+ # interprocess_reliable_tcp_profile
81
+ interprocess_best_effort_shm_profile
82
+ interprocess_reliable_shm_profile
83
83
)
84
84
85
85
set (
86
86
DATA_SHARING_AND_LOAN_SAMPLES_LIST
87
- intraprocess_best_effort
88
- intraprocess_reliable
89
- interprocess_best_effort_shm
90
- interprocess_reliable_shm
87
+ intraprocess_best_effort_profile
88
+ intraprocess_reliable_profile
89
+ interprocess_best_effort_shm_profile
90
+ interprocess_reliable_shm_profile
91
91
)
92
92
93
93
###########################################################################
0 commit comments