benchmarks-archive
benchmarks-archive copied to clipboard
Add an option to run supabase tests from ec2 instance
As of now, the benchmark for supabase not started in an isolated environment like postgrest/postres benchmarks. This will affect benchmark results as client may be affected by other process or network issues.
It will be nice to have an option to launch supabase tests from aws client based on env variable like
SUPABASE_CLIENT_IN_AWS=true.
AmerAlqarni [email protected]