Skip to content

Commit e88e9cc

Browse files
committed
🚚 Move msg handler benchmark to benchmark directory
1 parent a6e76d0 commit e88e9cc

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
add_subdirectory(cib)
22
add_subdirectory(lookup)
3+
add_subdirectory(msg)

benchmark/msg/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
add_benchmark(handler_bench NANO FILES handler_bench.cpp SYSTEM_LIBRARIES cib)
2+
target_compile_options(handler_bench PRIVATE -fconstexpr-steps=4000000000
3+
-fbracket-depth=1024)
File renamed without changes.

test/msg/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ add_tests(
1515
cib)
1616

1717
add_subdirectory(fail)
18-
19-
# Create a target for the current configuration
20-
add_benchmark(handler_bench NANO FILES handler_bench.cpp SYSTEM_LIBRARIES cib)
21-
target_compile_options(handler_bench PRIVATE -fconstexpr-steps=4000000000
22-
-fbracket-depth=1024)

0 commit comments

Comments
 (0)