Alanxtl commented on code in PR #3502: URL: https://github.com/apache/dubbo-go/pull/3502#discussion_r3658111858
########## tools/benchmark/README.md: ########## @@ -0,0 +1,317 @@ +# Dubbo-Go Benchmark Suite + +English | [中文](README_CN.md) + +Performance benchmark suite for comparing **Dubbo-Go / Dubbo-Java / gRPC** frameworks. + +## Features + +- Support multiple payload sizes: 128B / 1KiB / 16KiB / 1MiB +- Support multiple compression strategies: none / default / fastest +- Support multiple serialization protocols: protobuf / hessian2 / msgpack +- Support multiple call modes: unary / streaming +- Support multiple concurrency levels: 50/100/500/1000/2000 +- Complete CI checks: license header verification, code formatting, security scan, code quality analysis + +## Output Metrics + +- **Throughput**: QPS (Queries Per Second) +- **Latency**: p50/p90/p95/p99 average latency +- **Resource Usage**: server CPU usage, memory peak Review Comment: 这两栏也删掉 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
