Skip to content

Instantly share code, notes, and snippets.

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

Mateo Buteler matebuteler

❤️‍🔥
Ora et labora!
View GitHub Profile
@rany2
rany2 / oracle_latency_test.py
Last active January 7, 2026 17:34
Latency test against all Oracle Cloud regions
#!/usr/bin/env python3
import concurrent.futures
import socket
import timeit
import argparse
from typing import Tuple, Optional
REGIONS = [ # https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm
{"region": "Australia East", "area": "Sydney", "code": "ap-sydney-1"},