From 1e71d4c9d2bdf14a39572c98731e8d857bffb39a Mon Sep 17 00:00:00 2001 From: mateo Date: Sun, 21 Nov 2021 18:07:27 +0100 Subject: [PATCH] added tests for further performance increasing analysis --- tests/sim_performance/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/sim_performance/CMakeLists.txt b/tests/sim_performance/CMakeLists.txt index b18ceb2..68f726e 100644 --- a/tests/sim_performance/CMakeLists.txt +++ b/tests/sim_performance/CMakeLists.txt @@ -13,5 +13,8 @@ foreach(x RANGE 1 10) add_test(NAME sim_performance_16x16_${x} COMMAND sim_performance) endforeach() foreach(x RANGE 1 10) - add_test(NAME sim_performance_20x20_${x} COMMAND sim_performance --dim 20 --count 20000) + add_test(NAME sim_performance_20x20_${x} COMMAND sim_performance --dim 20) +endforeach() +foreach(x RANGE 1 10) + add_test(NAME sim_performance_30x30_${x} COMMAND sim_performance --dim 30) endforeach() \ No newline at end of file