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 cc625e4bdb4d8236874d443c311085f01199045c Author: cooli <[email protected]> AuthorDate: Mon Aug 8 15:15:44 2022 +0800 fix: remove useless blank lines --- benchmark-go.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/benchmark-go.sh b/benchmark-go.sh index 273eec6..3a556cf 100644 --- a/benchmark-go.sh +++ b/benchmark-go.sh @@ -19,7 +19,6 @@ run() { PROGRAM_NAME=$0 ARGS="" - PROJECT_DIR=$1 shift if [ ! -d "${PROJECT_DIR}" ]; then @@ -29,11 +28,4 @@ fi ARGS=$@ - run - - - - - -
