Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit ea2224c

Browse files
authored
Merge branch 'master' into spaces_in_params
2 parents 482232d + 67dc0ce commit ea2224c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nancy_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ echo -e "Report: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json"
751751
echo -e "Query log: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.log.gz"
752752
echo -e "-------------------------------------------"
753753
echo -e "Summary:"
754+
echo -e " Normalized queries number:\t\t" $(cat $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json | jq '.normalyzed_info| length')
754755
echo -e " Queries number:\t\t" $(cat $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json | jq '.overall_stat.queries_number')
755756
echo -e " Queries duration:\t\t" $(cat $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json | jq '.overall_stat.queries_duration') " ms"
756757
echo -e " Errors number:\t\t" $(cat $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json | jq '.overall_stat.errors_number')

0 commit comments

Comments
 (0)