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

panjuan 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 0944fd0  update shell
     new 81c2a02  Merge pull request #69 from wcsoft/master
0944fd0 is described below

commit 0944fd0a96bc1c2ff6a6876f727ed297adbac711
Author: wcsoft <[email protected]>
AuthorDate: Thu Oct 15 18:53:07 2020 +0800

    update shell
---
 .../resources/shell/statistic/benchmark_result_update.sh     | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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 b5494ff..b0c556b 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
@@ -17,8 +17,8 @@ if [ $1 == 5.0 ];then
   git checkout master
   git reset --hard
   git pull origin master
-  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
-  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
   git add .
   git commit -m "update benchmark result"
   git push origin master
@@ -28,8 +28,8 @@ elif [ $1 == 4.1.1 ];then
   git checkout 4.1.1
   git reset --hard
   git pull origin 4.1.1
-  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
-  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
   git add .
   git commit -m "update benchmark result"
   git push origin 4.1.1
@@ -39,8 +39,8 @@ else
   git checkout master
   git reset --hard
   git pull origin master
-  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
-  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
+  cp $benchmark_result_base_dir/shardingsphere-benchmark-avg.xls 
$benchmark_base_dir/shardingsphere-benchmark/src/main/resources/report
   git add .
   git commit -m "update benchmark result"
   git push origin master  

Reply via email to