Adjust benchmark directory,enable HTTP test,rename variables,format codes

This commit is contained in:
lijia
2024-08-16 14:58:19 +08:00
parent cd2a2360fe
commit 3cdfabb683
153 changed files with 1064 additions and 4415 deletions

View File

@@ -1,7 +1,7 @@
set(SOURCE stellar_config.cpp stellar_stat.cpp stellar_core.cpp)
set(LIBRARY session_manager plugin_manager ip_reassembly packet_io packet pthread fieldstat4 toml nmx_pool)
set(PLUGIN http_decoder glimpse_detector)
set(PLUGIN http glimpse_detector)
add_library(core STATIC ${SOURCE})
target_link_libraries(core PUBLIC ${LIBRARY})