changed tests for benchmark this is the baseline version

This commit is contained in:
Mateo Rodrigo Argudo Arrieta 2021-07-27 20:25:54 +02:00
parent f58a58d465
commit ecf44871b7
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ 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_32x32_${x} COMMAND sim_performance --dim 32 --count 50000)
add_test(NAME sim_performance_64x64_${x} COMMAND sim_performance --dim 64 --count 100000)
endforeach()
foreach(x RANGE 1 10)
add_test(NAME sim_performance_20x20_${x} COMMAND sim_performance --dim 20 --count 20000)
endforeach()