# proto-bench **Repository Path**: Ericnano33/proto-bench ## Basic Information - **Project Name**: proto-bench - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-23 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proto-bench 当前依赖版本:golang1.23.9、protobuf-go1.36.6 # 初始化 go mod init github.com/jy/proto-bench # 下载依赖 go mod tidy # 开始测试 go test -bench . -benchmem -count 5 # 采样 go test -bench . -benchmem -cpuprofile=cpu.prof -memprofile=mem.prof