Update storage-test.sh
This commit is contained in:
@@ -915,6 +915,8 @@ SubmitResult=""
|
|||||||
SubmitResult=$(echo "$Submit" | grep submission)
|
SubmitResult=$(echo "$Submit" | grep submission)
|
||||||
if [ -n "$SubmitResult" ]; then
|
if [ -n "$SubmitResult" ]; then
|
||||||
echo "Result submitted successfully"
|
echo "Result submitted successfully"
|
||||||
|
echo $Submit
|
||||||
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Calculate score
|
# Calculate score
|
||||||
@@ -944,8 +946,6 @@ printf "%-25s %-25s %-25s\n" "IOZone" "4k random read" "$IO4kRandRead KB/s"
|
|||||||
printf "%-25s %-25s %-25s\n" "IOZone" "4k random write" "$IO4kRandWrite KB/s"
|
printf "%-25s %-25s %-25s\n" "IOZone" "4k random write" "$IO4kRandWrite KB/s"
|
||||||
printf "\n$BRIGHT$MAGENTA$UNDERLINE%-25s %-25s %-25s\n" " " "Score: $Score" " "
|
printf "\n$BRIGHT$MAGENTA$UNDERLINE%-25s %-25s %-25s\n" " " "Score: $Score" " "
|
||||||
echo ""
|
echo ""
|
||||||
# echo "Compare with previous benchmark results at:"
|
|
||||||
# echo "https://pibenchmarks.com/$NORMAL"
|
|
||||||
|
|
||||||
# Return to home directory
|
# Return to home directory
|
||||||
cd ~ || return
|
cd ~ || return
|
||||||
Reference in New Issue
Block a user