1
mirror of https://github.com/jakejarvis/datacenter-speed-tests.git synced 2026-07-05 21:23:55 -04:00

fix line breaks

This commit is contained in:
2019-03-11 13:17:23 -04:00
parent a1936898c6
commit 75e4072f4b
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
echo "DigitalOcean Ping Test: \n" echo -e "DigitalOcean Ping Test: \n"
for DC in NYC1 NYC2 NYC3 SFO1 SFO2 TOR1 LON1 FRA1 AMS2 AMS3 SGP1 BLR1 for DC in NYC1 NYC2 NYC3 SFO1 SFO2 TOR1 LON1 FRA1 AMS2 AMS3 SGP1 BLR1
do do
@@ -7,7 +7,7 @@ do
done done
echo "" echo ""
echo "Linode Ping Test: \n" echo -e "Linode Ping Test: \n"
for DC in Newark Atlanta Dallas Fremont London Frankfurt Singapore Tokyo2 for DC in Newark Atlanta Dallas Fremont London Frankfurt Singapore Tokyo2
do do
@@ -15,7 +15,7 @@ do
done done
echo "" echo ""
echo "AWS Ping Test: \n" echo -e "AWS Ping Test: \n"
for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1 for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
do do
@@ -23,7 +23,7 @@ do
done done
echo "" echo ""
echo "GCP Ping Test: \n" echo -e "GCP Ping Test: \n"
for DC in us-central1 us-east1 us-east4 us-west1 northamerica-northeast1 asia-east1 asia-east2 asia-northeast1 asia-south1 asia-southeast1 australia-southeast1 europe-north1 europe-west1 europe-west2 europe-west3 europe-west4 southamerica-east1 for DC in us-central1 us-east1 us-east4 us-west1 northamerica-northeast1 asia-east1 asia-east2 asia-northeast1 asia-south1 asia-southeast1 australia-southeast1 europe-north1 europe-west1 europe-west2 europe-west3 europe-west4 southamerica-east1
do do
+5 -5
View File
@@ -1,4 +1,4 @@
echo "DigitalOcean Speed Test: (100MB each) \n" echo -e "DigitalOcean Speed Test: (100MB each) \n"
for DC in NYC1 NYC2 NYC3 SFO1 SFO2 TOR1 LON1 FRA1 AMS2 AMS3 SGP1 BLR1 for DC in NYC1 NYC2 NYC3 SFO1 SFO2 TOR1 LON1 FRA1 AMS2 AMS3 SGP1 BLR1
do do
@@ -6,7 +6,7 @@ do
done done
echo "" echo ""
echo "Linode Speed Test: (100MB each) \n" echo -e "Linode Speed Test: (100MB each) \n"
for DC in newark atlanta dallas fremont london frankfurt singapore tokyo2 for DC in newark atlanta dallas fremont london frankfurt singapore tokyo2
do do
@@ -14,7 +14,7 @@ do
done done
echo "" echo ""
echo "AWS Speed Test: (10MB each) \n" echo -e "AWS Speed Test: (10MB each) \n"
for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1 for DC in us-east-1 us-west-1 us-west-2 eu-central-1 eu-west-1 eu-west-2 ap-northeast-1 ap-south-1 ap-southeast-1 ap-southeast-2 sa-east-1
do do
@@ -22,7 +22,7 @@ do
done done
echo "" echo ""
echo "GCP Speed Test: (10MB each) \n" echo -e "GCP Speed Test: (10MB each) \n"
for DC in us-central1 us-east1 us-east4 us-west1 northamerica-northeast1 asia-east1 asia-east2 asia-northeast1 asia-south1 asia-southeast1 australia-southeast1 europe-north1 europe-west1 europe-west2 europe-west3 europe-west4 southamerica-east1 for DC in us-central1 us-east1 us-east4 us-west1 northamerica-northeast1 asia-east1 asia-east2 asia-northeast1 asia-south1 asia-southeast1 australia-southeast1 europe-north1 europe-west1 europe-west2 europe-west3 europe-west4 southamerica-east1
do do
@@ -30,7 +30,7 @@ do
done done
echo "" echo ""
echo "Vultr/Choopa Speed Test: (100MB each) \n" echo -e "Vultr/Choopa Speed Test: (100MB each) \n"
for DC in nj-us il-us ga-us fl-us tx-us sjo-ca-us wa-us tor-ca fra-de ams-nl par-fr lon-gb syd-au sgp hnd-jp for DC in nj-us il-us ga-us fl-us tx-us sjo-ca-us wa-us tor-ca fra-de ams-nl par-fr lon-gb syd-au sgp hnd-jp
do do