You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A benchmark measuring latencies from Vercel serverless regions to Neon databases.
4
+
5
+
## Components
6
+
7
+
-[./cron-vercel](./cron-vercel/): API deployed to Vercel that runs every 15 minutes to measure latencies from each Vercel region to all benchmark databases.
1. Run `bun run setup` in the dashboard directory to create the benchmark databases
13
+
2. Run `npm run deploy` in the cron-vercel directory to deploy the cronjob application using the Vercel CLI. This is necessary because we override the build directory with custom region configurations.
14
+
3. Deploy the dashboard application to Vercel.
15
+
16
+
## Benchmark Details
17
+
18
+
- Measurements every 15 minutes
19
+
- Each Vercel region queries databases across all AWS regions available on Neon
20
+
- Two measurements per iteration: cold and hot
21
+
- Special regions (us-west-2, us-east-1) test both HTTP and WebSocket connections
0 commit comments