Skip to content

Instantly share code, notes, and snippets.

View matebuteler's full-sized avatar
❤️‍🔥
Ora et labora!

Mateo Buteler matebuteler

❤️‍🔥
Ora et labora!
  • Córdoba, Argentina
View GitHub Profile
@rany2
rany2 / oracle_latency_test.py
Created January 10, 2024 15:06
Latency test against all Oracle Cloud regions
#!/usr/bin/env python3
import concurrent.futures
import socket
import timeit
import argparse
REGIONS = [ # https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
{"region": "Australia East", "area": "Sydney", "code": "ap-sydney-1"},
{"region": "Australia Southeast", "area": "Melbourne", "code": "ap-melbourne-1"},