RainYuY commented on code in PR #57: URL: https://github.com/apache/dubbo-benchmark/pull/57#discussion_r2719402040
########## dubbo-dt/README_CN.md: ########## @@ -0,0 +1,141 @@ + + +# Dubbo 测试工具 + +https://img.shields.io/badge/build-passing-brightgreen + +本项目专注于测试 Dubbo 框架的性能表现。通过 Docker 容器化技术,帮助开发者快速测试项目中负载均衡算法的实际使用情况。 + +## 如何运行测试 + +#### 方式一:docker部署: + +**先执行命令:** `cd dubbo-dt` + +**然后执行**:`chmod +x dubbo.dt.sh` + +**最后执行:** `docker compose up -d` Review Comment: wrong command ########## dubbo-dt/README_CN.md: ########## @@ -0,0 +1,141 @@ + + +# Dubbo 测试工具 + +https://img.shields.io/badge/build-passing-brightgreen + +本项目专注于测试 Dubbo 框架的性能表现。通过 Docker 容器化技术,帮助开发者快速测试项目中负载均衡算法的实际使用情况。 + +## 如何运行测试 + +#### 方式一:docker部署: + +**先执行命令:** `cd dubbo-dt` + +**然后执行**:`chmod +x dubbo.dt.sh` Review Comment: wrong file path ########## dubbo-dt/pom.xml: ########## @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 + http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.dubbo</groupId> + <artifactId>dubbo-dt</artifactId> + <version>1.0-SNAPSHOT</version> + <packaging>pom</packaging> Review Comment: why not set benchmark as this module parent ? -- 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]
