Update performance.md

@ianlewis: fixed according to your proposal
This commit is contained in:
Didier Durand
2020-09-21 06:33:28 +02:00
committed by GitHub
parent 4197a26a37
commit be86a91584
+1 -1
View File
@@ -211,7 +211,7 @@ url="/performance/applications.csv" title="perf.py http.(node|ruby)
The above figure shows the result of simple `node` and `ruby` web services that
render a template upon receiving a request. Because these synthetic benchmarks
do minimal work per request, most like the `redis` case, they suffer from high
do minimal work per request, much like the `redis` case, they suffer from high
overheads. In practice, the more work an application does the smaller the impact
of **structural costs** become.