Skip to content

Commit 1ae5e30

Browse files
authored
Merge pull request #113 from pdecat/patch-1
docs: typos
2 parents 760606a + b2ca3ae commit 1ae5e30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/benchmarks.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ There are two types of benchmarks:
1313
1) With local database
1414
2) With external database
1515

16-
In a real production system database doesn't usually locate on the same server where application runs, so if you application and database is located on the different servers, we recommend you to check `External Database`.
16+
In a real production system database doesn't usually locate on the same server where application runs, so if you application and database are located on the different servers, we recommend you to check `External Database`.
1717

1818
::: important
19-
For local benchmarks we use 5 connection in a connection pool and 10 processes make requests to the application, while for external database checks we use 40 connection and 100 processes make requests to the application.
19+
For local benchmarks we use 5 connections in a connection pool and 10 processes make requests to the application, while for external database checks we use 40 connections and 100 processes make requests to the application.
2020
The main reason is external database is located on a very powerful server and can serve more requests.
2121
:::
2222

2323
## Key findings
24-
If you application and database is located on the same server, there is no significant difference between `AsyncPG`, `PsycoPG` and `PSQLPy` but still you will have performance improve by approximately 10%.
24+
If your application and database are located on the same server, there is no significant difference between `AsyncPG`, `PsycoPG` and `PSQLPy` but still you will have performance improve by approximately 10%.
2525
However, if you have application and database located on different machines, you can get significant (up to 3 times) boost in performance.
2626

2727
## Local Database
@@ -671,4 +671,4 @@ However, if you have application and database located on different machines, you
671671
}
672672
}
673673
```
674-
:::
674+
:::

0 commit comments

Comments
 (0)