mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
lst_idx and lst_vals. more comments.
This commit is contained in:
@@ -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}>)
|
||||
|
||||
Reference in New Issue
Block a user