Skip to content

Instantly share code, notes, and snippets.

View AS42TheLegend's full-sized avatar

AS42TheLegend

View GitHub Profile
@AS42TheLegend
AS42TheLegend / oracle_latency_test.py
Created October 16, 2025 15:40 — forked from rany2/oracle_latency_test.py
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"},