This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git
commit e87e89f96548d08913726f31f9cb89dc181835b7 Author: cooli <[email protected]> AuthorDate: Mon Aug 8 15:38:14 2022 +0800 fix: add a blank lines at end --- benchmark-go.sh | 1 + dubbo-go-client/conf/dubbogo.yaml | 1 + dubbo-go-server/conf/dubbogo.yaml | 1 + dubbo-go-triple-client/conf/dubbogo.yaml | 1 + dubbo-go-triple-server/conf/dubbogo.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/benchmark-go.sh b/benchmark-go.sh index 3a556cf..7b20615 100644 --- a/benchmark-go.sh +++ b/benchmark-go.sh @@ -29,3 +29,4 @@ fi ARGS=$@ run + diff --git a/dubbo-go-client/conf/dubbogo.yaml b/dubbo-go-client/conf/dubbogo.yaml index 28ceac2..82bec12 100644 --- a/dubbo-go-client/conf/dubbogo.yaml +++ b/dubbo-go-client/conf/dubbogo.yaml @@ -29,3 +29,4 @@ dubbo: logger: zap-config: level: error + diff --git a/dubbo-go-server/conf/dubbogo.yaml b/dubbo-go-server/conf/dubbogo.yaml index f5b9276..3b9da4d 100644 --- a/dubbo-go-server/conf/dubbogo.yaml +++ b/dubbo-go-server/conf/dubbogo.yaml @@ -29,3 +29,4 @@ dubbo: logger: zap-config: level: error + diff --git a/dubbo-go-triple-client/conf/dubbogo.yaml b/dubbo-go-triple-client/conf/dubbogo.yaml index 3c4fc53..fb0ba15 100644 --- a/dubbo-go-triple-client/conf/dubbogo.yaml +++ b/dubbo-go-triple-client/conf/dubbogo.yaml @@ -16,3 +16,4 @@ dubbo: logger: zap-config: level: error + diff --git a/dubbo-go-triple-server/conf/dubbogo.yaml b/dubbo-go-triple-server/conf/dubbogo.yaml index 245a635..01468a3 100644 --- a/dubbo-go-triple-server/conf/dubbogo.yaml +++ b/dubbo-go-triple-server/conf/dubbogo.yaml @@ -29,3 +29,4 @@ dubbo: logger: zap-config: level: error +
