test added for sim_performance, uint8 changed to unsigned in scman dim definition and input

This commit is contained in:
Mateo Argudo
2021-07-23 13:39:27 +02:00
parent 62b6d3a966
commit e8ffc83a80
2 changed files with 9 additions and 2 deletions

View File

@@ -7,3 +7,10 @@ add_executable (sim_performance
)
target_link_libraries (sim_performance LINK_PUBLIC scc)
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)
endforeach()