From f58a58d4656c0c180d526cbb0280a912f92a7f25 Mon Sep 17 00:00:00 2001 From: Mateo Argudo Date: Fri, 23 Jul 2021 13:57:42 +0200 Subject: [PATCH] correction of sim_performance names --- tests/sim_performance/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sim_performance/CMakeLists.txt b/tests/sim_performance/CMakeLists.txt index 950dd9d..d901880 100644 --- a/tests/sim_performance/CMakeLists.txt +++ b/tests/sim_performance/CMakeLists.txt @@ -11,6 +11,6 @@ target_link_libraries (sim_performance LINK_PUBLIC ${Boost_LIBRARIES} ) #Mateo Done erst count 16384 foreach(x RANGE 1 10) add_test(NAME sim_performance_16x16_${x} COMMAND sim_performance) - add_test(NAME sim_performance_16x16_${x} COMMAND sim_performance --dim 32 --count 50000) - add_test(NAME sim_performance_16x16_${x} COMMAND sim_performance --dim 64 --count 100000) + add_test(NAME sim_performance_32x32_${x} COMMAND sim_performance --dim 32 --count 50000) + add_test(NAME sim_performance_64x64_${x} COMMAND sim_performance --dim 64 --count 100000) endforeach() \ No newline at end of file