添加测试功能:TCP 写入服务端、单次发送客户端、压力测试客户端、kprobe Hello World基础验证
All checks were successful
CI / lint-and-build (push) Successful in 2m35s
CD / deploy (push) Successful in 1m6s

This commit is contained in:
2026-06-15 20:23:14 +08:00
parent 83ac6179dc
commit 81a8573e51
5 changed files with 151 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
import os
import sys
# 引入 Flask 应用,用于创建 Web 服务实例
# 引入 Flask 应用工厂,用于创建 Web 服务实例
from web.app import create_app