You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/benchmarks.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Benchmarks
2
2
==========
3
3
4
-
There is a few benchmarks that is designed to test specific parts of the code that will show how big of a performance difference there is between using this lib and the normal Redis client.
4
+
These are a few benchmarks that are designed to test specific parts of the code to demonstrate the performance difference between using this lib and the normal Redis client.
5
5
6
6
7
7
@@ -16,21 +16,21 @@ Install with
16
16
17
17
pip install -e .
18
18
19
-
You also need a few redis servers to test against. It is required to have 1 cluster with atleast one node on port `7001` and it also required to have a non-clustered server on port `7007`.
19
+
You also need a few redis servers to test against. You must have one cluster with at least one node on port `7001` and you must also have a non-clustered server on port `7007`.
20
20
21
21
22
22
23
-
Implemented Bencmarks
23
+
Implemented benchmarks
24
24
---------------------
25
25
26
-
- `simple.py`, This benchmark can be used to messure a simple `set` and `get` operation chain. It also support running pipelines bu adding the flag `--pipeline`
26
+
- `simple.py`, This benchmark can be used to measure a simple `set` and `get` operation chain. It also supports running pipelines by adding the flag `--pipeline`.
27
27
28
28
29
29
30
30
Run predefined benchmarks
31
31
-------------------------
32
32
33
-
There is a set of predefined benchmarks that can be runned to messure performance drop from using this library.
33
+
These are a set of predefined benchmarks that can be run to measure the performance drop from using this library.
0 commit comments