File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ if [ "$GHE_BACKUP_STRATEGY" = "tarball" ]; then
120120 GHE_MAINTENANCE_MODE_ENABLED=true
121121fi
122122
123+ # Create benchmark file
124+ bm_init > /dev/null
125+
123126ghe-backup-store-version ||
124127echo " Warning: storing backup-utils version remotely failed."
125128
Original file line number Diff line number Diff line change @@ -203,6 +203,9 @@ if $instance_configured; then
203203 fi
204204fi
205205
206+ # Create benchmark file
207+ bm_init > /dev/null
208+
206209ghe-backup-store-version ||
207210echo " Warning: storing backup-utils version remotely failed."
208211
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ bm_start()
1818{
1919 eval " $( bm_desc_to_varname $@ ) _start=$( date +%s) "
2020
21- bm_file_path > /dev/null
21+ bm_init > /dev/null
2222}
2323
24- bm_file_path () {
24+ bm_init () {
2525 if [ -n " $BM_FILE_PATH " ]; then
2626 echo $BM_FILE_PATH
2727 return
You can’t perform that action at this time.
0 commit comments