"feat(socket): 添加跨域请求处理并集成enum依赖,优化TCP连接数据注入"

This commit is contained in:
1
2025-06-22 00:50:40 +00:00
parent ef3ce43a14
commit 8c9fbbb3a8
38 changed files with 728 additions and 409 deletions

View File

@@ -0,0 +1,14 @@
package cmd
import (
"testing"
)
func BenchmarkCmd(b *testing.B) {
b.ReportAllocs()
//写入
for i := 0; i < b.N; i++ {
b.Log(MessageCommandIDRegistry.Change_Cloth)
}
}