lst_idx and lst_vals. more comments.

This commit is contained in:
David Allemang
2022-09-14 16:22:28 -04:00
parent fbad368030
commit c346817743
2 changed files with 43 additions and 28 deletions

View File

@@ -27,8 +27,8 @@ add_simple_test(test_solve I)
add_simple_test(test_solve T)
add_simple_test(test_solve X)
set(MIN_DEBUG_CPS 300000)
set(MIN_RELEASE_CPS 700000)
set(MIN_DEBUG_CPS 200000)
set(MIN_RELEASE_CPS 1000000)
add_executable(test_solve_speed test_solve_speed.cpp)
target_link_libraries(test_solve_speed PUBLIC tc)
target_compile_definitions(test_solve_speed PUBLIC MINIMUM_COS_PER_SEC=$<IF:$<CONFIG:Debug>,${MIN_DEBUG_CPS},${MIN_RELEASE_CPS}>)