You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/14 10:30:35 UTC

[shardingsphere-benchmark] branch master updated: update shell

This is an automated email from the ASF dual-hosted git repository.

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-benchmark.git


The following commit(s) were added to refs/heads/master by this push:
     new 30ef669  update shell
30ef669 is described below

commit 30ef66989dd9698f95a2fd70e44325bcddc0820c
Author: tuohai666 <zh...@apache.org>
AuthorDate: Wed Oct 14 18:28:34 2020 +0800

    update shell
---
 .../src/main/resources/shell/statistic/benchmark_result_update.sh      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shardingsphere-benchmark/src/main/resources/shell/statistic/benchmark_result_update.sh b/shardingsphere-benchmark/src/main/resources/shell/statistic/benchmark_result_update.sh
index 5c36b54..7e842aa 100755
--- a/shardingsphere-benchmark/src/main/resources/shell/statistic/benchmark_result_update.sh
+++ b/shardingsphere-benchmark/src/main/resources/shell/statistic/benchmark_result_update.sh
@@ -6,7 +6,8 @@ if [ -f ./ss_build_version.log ]; then
   rm ./ss_build_version.log
 fi
 echo $1 > ./ss_build_version.log
-sleep 2s
+
+sleep 10s
 
 ss_version=`head -n +1 ./ss_build_version.log`