diff --git a/README.md b/README.md index feeb903a..30ca1abd 100644 --- a/README.md +++ b/README.md @@ -187,12 +187,12 @@ docker run --name govern-service -d -p 8080:8080 --link redis -e GOVERN_REDIS_UR - All benchmark tests are carried out on the development notebook. - Deploying Redis on the development notebook. +### ConfigService + ``` shell gradle config:jmh ``` -### ConfigService - ``` # JMH version: 1.29 # VM version: JDK 11.0.11, OpenJDK 64-Bit Server VM, 11.0.11+9-LTS diff --git a/README.zh-CN.md b/README.zh-CN.md index 3798162e..996076c3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -185,12 +185,12 @@ docker run --name govern-service -d -p 8080:8080 --link redis -e GOVERN_REDIS_UR - 所有基准测试都在开发笔记本上执行。 - Redis 部署环境也在该笔记本开发机上。 +### ConfigService + ``` shell gradle config:jmh ``` -### ConfigService - ``` # JMH version: 1.29 # VM version: JDK 11.0.11, OpenJDK 64-Bit Server VM, 11.0.11+9-LTS