Skip to content

Commit 2fbb0ac

Browse files
committed
Add benchmarking
1 parent 9480afe commit 2fbb0ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian-desktop-setup.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if [[ "$USER" == "root" ]]; then
1515
exit 1
1616
fi
1717

18+
echo "${YELLOW}Benchmarking #1: $( date )${NC}"
19+
1820
read -p "Are you using ubuntu os? (Y/n): " isUbuntuOs
1921
isUbuntuOs="${isUbuntuOs,,}" # to lowercase string
2022

@@ -179,3 +181,7 @@ for toProcess in "${forParallelProcessing[@]}"
179181
done
180182

181183
printf "\n${NC}"
184+
185+
186+
echo "${YELLOW}Benchmarking #2: $( date )${NC}"
187+

0 commit comments

Comments
 (0)