File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ And here's the same code on Elysia 1.3
9191![ Elysia with normalization turns on resulting in 77k req/sec] ( /blog/elysia-13/normalize-1.3.webp )
9292> Elysia with normalization turns on
9393
94- We measured up to ~ 1.5x throughput when using for ** a single** schema with normalization.
94+ We measured up to ~ 1.5x throughput when for ** a single** schema with normalization.
9595
96- This means if you use more than a single schema, you should even more performance improvement.
96+ This means if you use more than one schema, you should even more performance improvement.
9797
9898When comparing to the same code ** without schema** , we see < 2% performance difference.
9999
@@ -120,7 +120,7 @@ new Elysia({
120120You can try the benchmark out yourself by visiting [ Exact Mirror on GitHub] ( https://github.com/elysiajs/exact-mirror ) .
121121
122122## System Router
123- We have never have performance problem with router in Elysia.
123+ We never have performance problem with router in Elysia.
124124
125125It has excellent performance, and hyper-optimized as much as we possibly can.
126126
You can’t perform that action at this time.
0 commit comments