diff --git a/website/blog/posts/2024-12-09-electric-beta-release.md b/website/blog/posts/2024-12-09-electric-beta-release.md
index 26ab795014..a4a5207647 100644
--- a/website/blog/posts/2024-12-09-electric-beta-release.md
+++ b/website/blog/posts/2024-12-09-electric-beta-release.md
@@ -93,6 +93,8 @@ So many real-time sync systems demo well but break under real load.
Electric has been [engineered from the ground up](/docs/api/http) to handle high-throughput workloads, like [Trigger.dev](https://trigger.dev/launchweek/0/realtime), with low latency and flat resource use. You can stream real-time data to **millions of concurrent users** from a single commodity Postgres:
+We ran a benchmark testing Electric's memory usage and latency for updates to client. With a sustained load of 16 transactions per second, memory usage and latency are flat as we scale from 100k to 1 million clients!
+
diff --git a/website/src/components/ScalabilityChart.vue b/website/src/components/ScalabilityChart.vue
index a4d8bb5aa7..7ee95e0c5b 100644
--- a/website/src/components/ScalabilityChart.vue
+++ b/website/src/components/ScalabilityChart.vue
@@ -1,5 +1,5 @@