added tests for further performance increasing analysis

This commit is contained in:
Mateo Rodrigo Argudo Arrieta 2021-11-21 18:07:27 +01:00
parent ecf44871b7
commit 1e71d4c9d2
1 changed files with 4 additions and 1 deletions

View File

@ -13,5 +13,8 @@ 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)
endforeach() endforeach()
foreach(x RANGE 1 10) 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() endforeach()