Added thread pool to parallelize diagram generation
This commit is contained in:
@@ -142,4 +142,6 @@ endforeach()
|
||||
add_test(NAME test_util COMMAND test_util)
|
||||
add_test(NAME test_decorator_parser COMMAND test_decorator_parser)
|
||||
add_test(NAME test_config COMMAND test_config)
|
||||
add_test(NAME test_model COMMAND test_model)
|
||||
add_test(NAME test_thread_pool_executor COMMAND test_thread_pool_executor)
|
||||
add_test(NAME test_cases COMMAND test_cases)
|
||||
|
||||
@@ -222,10 +222,7 @@ int main(int argc, char *argv[])
|
||||
if (returnCode != 0)
|
||||
return returnCode;
|
||||
|
||||
if (debug_log) {
|
||||
spdlog::default_logger_raw()->set_level(spdlog::level::debug);
|
||||
spdlog::default_logger_raw()->set_pattern("[%l] %v");
|
||||
}
|
||||
clanguml::util::setup_logging(debug_log);
|
||||
|
||||
return session.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user