Skip to content

Commit afeabae

Browse files
committed
Measure time of importGit.sh call
1 parent f44ecf2 commit afeabae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/resetAndScan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ echo "resetAndScan: Analyzing using jQAssistant CLI version ${JQASSISTANT_CLI_VE
8585

8686
"${JQASSISTANT_BIN}"/jqassistant.sh analyze
8787

88-
# Scan all git repositories within the "source" (default) folder, scan their git log (history) and import it.
89-
source "${SCRIPTS_DIR}/importGit.sh"
88+
# Scan all git repositories within the "source" (default) folder and import their git log (history) if configured.
89+
time source "${SCRIPTS_DIR}/importGit.sh"

0 commit comments

Comments
 (0)