Run gcping for each regions.
Last active
August 10, 2019 01:35
-
-
Save apstndb/5bc25193c7349e5d70dc8599dc3805cb to your computer and use it in GitHub Desktop.
Run gcping for each regions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GCSPREFIX=gs://apstndb-sandbox-bucket/gcping-result | |
IMAGE=gcr.io/apstndb-sandbox/gcping:0.0.1 | |
for REGION in $(gcloud compute regions list --format='value(name)'); do | |
INSTANCE=${REGION}-gcping-collector | |
ZONE=${REGION}-b | |
gcloud compute instances create-with-container \ | |
--container-image=${IMAGE} \ | |
--container-env=GCSPREFIX=${GCSPREFIX} \ | |
--container-env=REGION=${REGION} \ | |
--container-env=INSTANCE=${INSTANCE} \ | |
--container-env=ZONE=${ZONE} \ | |
--container-restart-policy=never \ | |
--container-command=/bin/sh \ | |
--container-arg=-c \ | |
--container-arg='./gcping | gsutil cp - ${GCSPREFIX}/${REGION}.txt && gcloud compute instances delete --zone=${ZONE} ${INSTANCE}' \ | |
--scopes default,storage-rw,compute-rw \ | |
--preemptible \ | |
--zone=${ZONE} \ | |
${INSTANCE} & | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-east1] 1.193023ms | |
2. [global] 6.141296ms | |
3. [asia-east2] 26.250295ms | |
4. [asia-northeast1] 69.229064ms | |
5. [asia-northeast2] 72.588271ms | |
6. [asia-southeast1] 93.914533ms | |
7. [asia-south1] 212.830613ms | |
8. [us-west1] 238.586993ms | |
9. [us-west2] 255.784787ms | |
10. [australia-southeast1] 276.798277ms | |
11. [us-central1] 310.979179ms | |
12. [us-east4] 356.030026ms | |
13. [northamerica-northeast1] 368.550189ms | |
14. [us-east1] 370.957876ms | |
15. [europe-west2] 494.472115ms | |
16. [europe-west1] 504.010475ms | |
17. [europe-west4] 510.833056ms | |
18. [europe-west3] 517.358035ms | |
19. [europe-west6] 529.877078ms | |
20. [europe-north1] 576.563162ms | |
21. [southamerica-east1] 583.971058ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-east2] 1.052129ms | |
2. [global] 5.432072ms | |
3. [asia-east1] 25.900861ms | |
4. [asia-southeast1] 72.059501ms | |
5. [asia-northeast1] 97.822513ms | |
6. [asia-northeast2] 102.932291ms | |
7. [asia-south1] 191.397581ms | |
8. [australia-southeast1] 253.671231ms | |
9. [us-west1] 262.855453ms | |
10. [us-west2] 284.510193ms | |
11. [us-central1] 325.810663ms | |
12. [us-east4] 380.058265ms | |
13. [northamerica-northeast1] 392.264585ms | |
14. [us-east1] 394.559808ms | |
15. [europe-west2] 518.451179ms | |
16. [europe-west1] 527.97723ms | |
17. [europe-west4] 534.327434ms | |
18. [europe-west3] 541.719256ms | |
19. [europe-west6] 553.632583ms | |
20. [europe-north1] 594.000671ms | |
21. [southamerica-east1] 607.518922ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-northeast1] 973.574µs | |
2. [global] 3.196449ms | |
3. [asia-northeast2] 18.186793ms | |
4. [asia-east1] 69.595351ms | |
5. [asia-east2] 99.256123ms | |
6. [asia-southeast1] 135.757374ms | |
7. [us-west1] 181.46508ms | |
8. [us-west2] 197.286885ms | |
9. [australia-southeast1] 229.224476ms | |
10. [us-central1] 251.077649ms | |
11. [asia-south1] 254.444727ms | |
12. [us-east4] 299.180673ms | |
13. [northamerica-northeast1] 310.855819ms | |
14. [us-east1] 313.891599ms | |
15. [europe-west2] 436.178494ms | |
16. [europe-west1] 443.072142ms | |
17. [europe-west4] 450.63871ms | |
18. [europe-west3] 460.278588ms | |
19. [europe-west6] 473.079425ms | |
20. [europe-north1] 509.471069ms | |
21. [southamerica-east1] 526.864868ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-northeast2] 1.668481ms | |
2. [global] 12.972744ms | |
3. [asia-northeast1] 18.080628ms | |
4. [asia-east1] 73.109834ms | |
5. [asia-east2] 102.640747ms | |
6. [asia-southeast1] 159.998113ms | |
7. [us-west1] 197.652209ms | |
8. [us-west2] 212.659899ms | |
9. [australia-southeast1] 245.355363ms | |
10. [us-central1] 266.450558ms | |
11. [asia-south1] 271.861382ms | |
12. [us-east4] 319.142462ms | |
13. [northamerica-northeast1] 323.75792ms | |
14. [us-east1] 329.971059ms | |
15. [europe-west2] 458.529553ms | |
16. [europe-west1] 459.968678ms | |
17. [europe-west4] 470.483726ms | |
18. [europe-west3] 474.719827ms | |
19. [europe-west6] 490.118146ms | |
20. [europe-north1] 530.330394ms | |
21. [southamerica-east1] 538.98392ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-south1] 1.317932ms | |
2. [global] 4.425695ms | |
3. [asia-southeast1] 120.433088ms | |
4. [asia-east2] 190.385549ms | |
5. [asia-east1] 212.535214ms | |
6. [asia-northeast1] 254.192643ms | |
7. [asia-northeast2] 278.230235ms | |
8. [australia-southeast1] 303.119163ms | |
9. [us-west1] 425.428309ms | |
10. [us-west2] 440.996013ms | |
11. [us-central1] 490.035709ms | |
12. [us-east4] 542.649506ms | |
13. [us-east1] 556.987698ms | |
14. [northamerica-northeast1] 557.243548ms | |
15. [europe-west2] 682.696181ms | |
16. [europe-west1] 686.399275ms | |
17. [europe-west4] 698.995221ms | |
18. [europe-west3] 705.170593ms | |
19. [europe-west6] 716.291527ms | |
20. [europe-north1] 756.705747ms | |
21. [southamerica-east1] 769.95674ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [asia-southeast1] 1.468744ms | |
2. [global] 4.610498ms | |
3. [asia-east2] 71.862529ms | |
4. [asia-east1] 94.619145ms | |
5. [asia-south1] 120.86961ms | |
6. [asia-northeast1] 135.116161ms | |
7. [asia-northeast2] 151.054583ms | |
8. [australia-southeast1] 185.175619ms | |
9. [us-west1] 306.211648ms | |
10. [us-west2] 322.295276ms | |
11. [us-central1] 376.643936ms | |
12. [us-east4] 425.589966ms | |
13. [northamerica-northeast1] 437.317007ms | |
14. [us-east1] 438.466108ms | |
15. [europe-west2] 561.751879ms | |
16. [europe-west1] 567.422908ms | |
17. [europe-west4] 583.696374ms | |
18. [europe-west3] 584.234888ms | |
19. [europe-west6] 593.964233ms | |
20. [europe-north1] 638.636668ms | |
21. [southamerica-east1] 651.822475ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [australia-southeast1] 1.164559ms | |
2. [global] 4.827788ms | |
3. [asia-southeast1] 184.528461ms | |
4. [asia-northeast1] 228.638659ms | |
5. [asia-northeast2] 248.977743ms | |
6. [asia-east2] 254.248587ms | |
7. [us-west2] 274.383142ms | |
8. [asia-east1] 275.715653ms | |
9. [asia-south1] 303.021173ms | |
10. [us-west1] 323.836865ms | |
11. [us-central1] 344.708167ms | |
12. [us-east1] 392.723985ms | |
13. [us-east4] 393.570448ms | |
14. [northamerica-northeast1] 406.257733ms | |
15. [europe-west2] 531.956206ms | |
16. [europe-west1] 541.051376ms | |
17. [europe-west4] 547.556688ms | |
18. [europe-west3] 553.944844ms | |
19. [europe-west6] 567.701462ms | |
20. [southamerica-east1] 608.419014ms | |
21. [europe-north1] 608.474616ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM google/cloud-sdk:alpine | |
RUN apk add --no-cache curl | |
RUN curl https://storage.googleapis.com/gcping-release/gcping_linux_amd64_0.0.1 > gcping && chmod +x gcping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-north1] 1.50147ms | |
2. [global] 5.646962ms | |
3. [europe-west4] 62.002036ms | |
4. [europe-west3] 65.989832ms | |
5. [europe-west1] 66.672806ms | |
6. [europe-west6] 77.516738ms | |
7. [europe-west2] 80.092191ms | |
8. [us-east4] 228.585325ms | |
9. [northamerica-northeast1] 231.5825ms | |
10. [us-east1] 250.463469ms | |
11. [us-central1] 265.395159ms | |
12. [us-west1] 333.733831ms | |
13. [us-west2] 334.447116ms | |
14. [southamerica-east1] 489.541019ms | |
15. [asia-northeast1] 513.322208ms | |
16. [asia-northeast2] 528.637075ms | |
17. [asia-east1] 571.332515ms | |
18. [asia-east2] 594.11553ms | |
19. [australia-southeast1] 607.89815ms | |
20. [asia-southeast1] 634.37322ms | |
21. [asia-south1] 757.889408ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-west1] 1.709014ms | |
2. [global] 6.622969ms | |
3. [europe-west2] 15.60373ms | |
4. [europe-west4] 16.981419ms | |
5. [europe-west3] 17.062647ms | |
6. [europe-west6] 31.424407ms | |
7. [europe-north1] 66.960221ms | |
8. [us-east4] 163.466181ms | |
9. [northamerica-northeast1] 164.403547ms | |
10. [us-east1] 186.505594ms | |
11. [us-central1] 199.277672ms | |
12. [us-west1] 263.429925ms | |
13. [us-west2] 268.210696ms | |
14. [southamerica-east1] 424.991155ms | |
15. [asia-northeast1] 443.317732ms | |
16. [asia-northeast2] 462.566402ms | |
17. [asia-east1] 509.117249ms | |
18. [asia-east2] 528.671018ms | |
19. [australia-southeast1] 542.361905ms | |
20. [asia-southeast1] 570.519568ms | |
21. [asia-south1] 691.179218ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-west2] 1.038265ms | |
2. [global] 10.085951ms | |
3. [europe-west1] 13.907497ms | |
4. [europe-west4] 21.471294ms | |
5. [europe-west3] 27.957ms | |
6. [europe-west6] 40.040809ms | |
7. [europe-north1] 80.501259ms | |
8. [us-east4] 152.992267ms | |
9. [northamerica-northeast1] 155.963503ms | |
10. [us-east1] 174.53808ms | |
11. [us-central1] 189.074728ms | |
12. [us-west1] 258.660797ms | |
13. [us-west2] 259.250579ms | |
14. [southamerica-east1] 415.19685ms | |
15. [asia-northeast1] 436.860471ms | |
16. [asia-northeast2] 456.925105ms | |
17. [asia-east1] 493.035793ms | |
18. [asia-east2] 519.495534ms | |
19. [australia-southeast1] 531.725047ms | |
20. [asia-southeast1] 564.000004ms | |
21. [asia-south1] 687.153465ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-west3] 1.810284ms | |
2. [global] 5.764984ms | |
3. [europe-west4] 15.595093ms | |
4. [europe-west1] 16.076582ms | |
5. [europe-west6] 17.313657ms | |
6. [europe-west2] 27.151942ms | |
7. [europe-north1] 65.416093ms | |
8. [us-east4] 174.483314ms | |
9. [northamerica-northeast1] 177.251191ms | |
10. [us-east1] 196.959461ms | |
11. [us-central1] 211.110721ms | |
12. [us-west1] 279.213926ms | |
13. [us-west2] 280.674254ms | |
14. [southamerica-east1] 435.955422ms | |
15. [asia-northeast1] 458.791197ms | |
16. [asia-northeast2] 476.919583ms | |
17. [asia-east1] 517.433283ms | |
18. [asia-east2] 546.131809ms | |
19. [australia-southeast1] 553.953285ms | |
20. [asia-southeast1] 580.563556ms | |
21. [asia-south1] 703.342043ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-west4] 1.933546ms | |
2. [global] 6.516626ms | |
3. [europe-west3] 16.152857ms | |
4. [europe-west1] 16.15745ms | |
5. [europe-west2] 21.692083ms | |
6. [europe-west6] 29.338503ms | |
7. [europe-north1] 62.912209ms | |
8. [us-east4] 169.068085ms | |
9. [northamerica-northeast1] 171.210401ms | |
10. [us-east1] 191.118081ms | |
11. [us-central1] 204.944495ms | |
12. [us-west2] 275.076462ms | |
13. [us-west1] 279.771057ms | |
14. [southamerica-east1] 432.149369ms | |
15. [asia-northeast1] 447.378051ms | |
16. [asia-northeast2] 470.40117ms | |
17. [asia-east1] 509.831518ms | |
18. [asia-east2] 533.005423ms | |
19. [australia-southeast1] 548.146624ms | |
20. [asia-southeast1] 574.006461ms | |
21. [asia-south1] 698.926758ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [europe-west6] 1.324727ms | |
2. [global] 4.707952ms | |
3. [europe-west3] 17.369758ms | |
4. [europe-west4] 29.104881ms | |
5. [europe-west1] 31.20032ms | |
6. [europe-west2] 40.120893ms | |
7. [europe-north1] 77.625143ms | |
8. [us-east4] 187.764308ms | |
9. [northamerica-northeast1] 190.934143ms | |
10. [us-east1] 209.923668ms | |
11. [us-central1] 224.078332ms | |
12. [us-west2] 294.624523ms | |
13. [us-west1] 295.149153ms | |
14. [southamerica-east1] 449.493985ms | |
15. [asia-northeast1] 473.239181ms | |
16. [asia-northeast2] 491.828291ms | |
17. [asia-east1] 530.001184ms | |
18. [asia-east2] 552.526726ms | |
19. [australia-southeast1] 567.891906ms | |
20. [asia-southeast1] 598.215ms | |
21. [asia-south1] 716.682654ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [northamerica-northeast1] 1.187627ms | |
2. [global] 3.963978ms | |
3. [us-east4] 29.899083ms | |
4. [us-east1] 53.102684ms | |
5. [us-central1] 63.736231ms | |
6. [us-west2] 133.169732ms | |
7. [us-west1] 137.805656ms | |
8. [europe-west2] 155.340286ms | |
9. [europe-west1] 164.630591ms | |
10. [europe-west4] 171.098802ms | |
11. [europe-west3] 176.981059ms | |
12. [europe-west6] 191.035041ms | |
13. [europe-north1] 231.567252ms | |
14. [southamerica-east1] 292.291107ms | |
15. [asia-northeast1] 307.133303ms | |
16. [asia-northeast2] 328.945317ms | |
17. [asia-east1] 371.103239ms | |
18. [asia-east2] 393.179566ms | |
19. [australia-southeast1] 407.179026ms | |
20. [asia-southeast1] 438.638508ms | |
21. [asia-south1] 551.895474ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [southamerica-east1] 1.140814ms | |
2. [global] 4.330526ms | |
3. [us-east1] 247.072236ms | |
4. [us-east4] 265.316665ms | |
5. [us-central1] 284.822739ms | |
6. [northamerica-northeast1] 291.711778ms | |
7. [us-west2] 336.823306ms | |
8. [us-west1] 349.174717ms | |
9. [europe-west2] 417.008732ms | |
10. [europe-west1] 425.044464ms | |
11. [europe-west4] 431.276372ms | |
12. [europe-west3] 437.145218ms | |
13. [europe-west6] 450.910623ms | |
14. [europe-north1] 489.994683ms | |
15. [asia-northeast1] 527.280975ms | |
16. [asia-northeast2] 543.599536ms | |
17. [asia-east1] 583.598925ms | |
18. [australia-southeast1] 606.432606ms | |
19. [asia-east2] 612.121668ms | |
20. [asia-southeast1] 655.506115ms | |
21. [asia-south1] 771.661428ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [us-central1] 1.227735ms | |
2. [global] 7.663352ms | |
3. [us-east4] 50.681487ms | |
4. [northamerica-northeast1] 63.159044ms | |
5. [us-east1] 67.039752ms | |
6. [us-west1] 71.032929ms | |
7. [us-west2] 72.216256ms | |
8. [europe-west2] 189.435767ms | |
9. [europe-west1] 199.022861ms | |
10. [europe-west4] 204.849412ms | |
11. [europe-west3] 211.397137ms | |
12. [europe-west6] 224.506713ms | |
13. [asia-northeast1] 252.719026ms | |
14. [europe-north1] 265.508577ms | |
15. [asia-northeast2] 268.448559ms | |
16. [southamerica-east1] 284.075513ms | |
17. [asia-east1] 307.131288ms | |
18. [asia-east2] 330.642327ms | |
19. [australia-southeast1] 344.707622ms | |
20. [asia-southeast1] 377.097404ms | |
21. [asia-south1] 495.68278ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [us-east1] 1.957138ms | |
2. [global] 5.771659ms | |
3. [us-east4] 25.936574ms | |
4. [northamerica-northeast1] 52.887146ms | |
5. [us-central1] 68.534508ms | |
6. [us-west2] 122.600853ms | |
7. [us-west1] 135.930615ms | |
8. [europe-west2] 174.99447ms | |
9. [europe-west1] 185.59294ms | |
10. [europe-west4] 191.955915ms | |
11. [europe-west3] 197.828977ms | |
12. [europe-west6] 211.620158ms | |
13. [southamerica-east1] 250.203804ms | |
14. [europe-north1] 251.410489ms | |
15. [asia-northeast1] 313.65122ms | |
16. [asia-northeast2] 333.351889ms | |
17. [asia-east1] 370.25163ms | |
18. [asia-east2] 396.351004ms | |
19. [australia-southeast1] 398.271885ms | |
20. [asia-southeast1] 435.933267ms | |
21. [asia-south1] 557.501345ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [us-east4] 2.000637ms | |
2. [global] 5.93827ms | |
3. [us-east1] 26.010261ms | |
4. [northamerica-northeast1] 29.997871ms | |
5. [us-central1] 51.19774ms | |
6. [us-west2] 121.544944ms | |
7. [us-west1] 125.448795ms | |
8. [europe-west2] 152.464309ms | |
9. [europe-west1] 163.008135ms | |
10. [europe-west4] 169.76671ms | |
11. [europe-west3] 175.987551ms | |
12. [europe-west6] 188.451848ms | |
13. [europe-north1] 229.006482ms | |
14. [southamerica-east1] 265.165402ms | |
15. [asia-northeast1] 299.39774ms | |
16. [asia-northeast2] 310.972949ms | |
17. [asia-east1] 358.000531ms | |
18. [asia-east2] 378.453524ms | |
19. [australia-southeast1] 393.831053ms | |
20. [asia-southeast1] 426.238767ms | |
21. [asia-south1] 542.681804ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [us-west1] 1.775762ms | |
2. [global] 5.808742ms | |
3. [us-west2] 51.356993ms | |
4. [us-central1] 76.446531ms | |
5. [us-east4] 125.684746ms | |
6. [us-east1] 134.228941ms | |
7. [northamerica-northeast1] 135.686811ms | |
8. [asia-northeast1] 181.07016ms | |
9. [asia-northeast2] 200.357848ms | |
10. [asia-east1] 237.862394ms | |
11. [europe-west2] 258.475305ms | |
12. [asia-east2] 262.707804ms | |
13. [europe-west1] 263.985095ms | |
14. [europe-west4] 275.028293ms | |
15. [europe-west3] 281.445541ms | |
16. [europe-west6] 296.46922ms | |
17. [asia-southeast1] 304.458379ms | |
18. [australia-southeast1] 325.28465ms | |
19. [europe-north1] 333.27126ms | |
20. [southamerica-east1] 347.286017ms | |
21. [asia-south1] 424.793279ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. [us-west2] 1.947075ms | |
2. [global] 5.99373ms | |
3. [us-west1] 52.569026ms | |
4. [us-central1] 71.986905ms | |
5. [us-east4] 120.707013ms | |
6. [us-east1] 122.361448ms | |
7. [northamerica-northeast1] 133.31089ms | |
8. [asia-northeast1] 197.349655ms | |
9. [asia-northeast2] 213.861283ms | |
10. [asia-east1] 257.401757ms | |
11. [europe-west2] 259.71953ms | |
12. [europe-west1] 268.867756ms | |
13. [europe-west4] 275.155247ms | |
14. [australia-southeast1] 275.312118ms | |
15. [europe-west3] 281.99185ms | |
16. [asia-east2] 284.985824ms | |
17. [europe-west6] 294.50962ms | |
18. [asia-southeast1] 322.402828ms | |
19. [europe-north1] 334.941648ms | |
20. [southamerica-east1] 336.555082ms | |
21. [asia-south1] 440.682371ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment