xiaoyulox commented on code in PR #3502: URL: https://github.com/apache/dubbo-go/pull/3502#discussion_r3658210528
########## tools/benchmark/README.md: ########## @@ -166,58 +166,96 @@ java -jar target/benchmark-dubbo-java.jar ### Test Environment -- **Go Version**: 1.25+ -- **Test Frameworks**: Dubbo-Go / Dubbo-Java / gRPC +- **Go Version**: 1.25 +- **Test Frameworks**: Dubbo-Go / gRPC +- **Test Date**: 2026-07-27 +- **Warmup Duration**: 10s +- **Test Duration**: 60s per test case ### Test Configuration | Parameter | Value | |-----------|-------| | Payload Size | 128B / 1KiB / 16KiB / 1MiB | -| Serialization | protobuf / hessian2 / msgpack | -| Compression | none / default / fastest | -| Concurrency | 50 / 100 / 500 / 1000 / 2000 | -| Call Mode | unary / streaming | Review Comment: compression参数有bug,测试的时候被接受了,但是没有传递 -- 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]
