Skip to content

Commit e09d7c8

Browse files
committed
clearer results table
1 parent ad9e061 commit e09d7c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/blog/tanstack-start-ssr-performance-600-percent.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,13 @@ Benchmark: placeholder text, should link to Matteo's article.
263263

264264
### Summary
265265

266-
| Metric | Before | After | Improvement |
267-
| ------------ | --------: | ---------: | ------------ |
268-
| Success Rate | 75.52% | 100% | +32% |
269-
| Throughput | 477 req/s | 1041 req/s | +118% (2.2x) |
270-
| Avg Response | 3,171ms | 13.7ms | 231x faster |
271-
| p(90) | 10,001ms | 23.0ms | 435x faster |
272-
| p(95) | 10,001ms | 29.1ms | 343x faster |
266+
| Metric | Before | After | Improvement |
267+
| ------------- | --------: | ---------: | ------------ |
268+
| Success Rate | 75.52% | 100% | +32% |
269+
| Throughput | 477 req/s | 1041 req/s | +118% (2.2x) |
270+
| Avg Latency | 3,171ms | 13.7ms | 231x faster |
271+
| p(90) Latency | 10,001ms | 23.0ms | 435x faster |
272+
| p(95) Latency | 10,001ms | 29.1ms | 343x faster |
273273

274274
The "before" numbers show a server under severe stress: 25% of requests failed (likely timeouts), and p90/p95 hit the 10s timeout ceiling. After the optimizations, the server handles the same load comfortably with sub-30ms tail latency and zero failures.
275275

0 commit comments

Comments
 (0)