Skip to content

Commit

Permalink
docs(README): convert benchmarks tables to markdown (#1256)
Browse files Browse the repository at this point in the history
Closes #1250. Thank @joaopaulobdac for the suggestion!
  • Loading branch information
luin committed Dec 12, 2020
1 parent 2c7c89d commit 71ad02c
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1132,27 +1132,18 @@ Here's some of the results of our tests for a single node.
Each iteration of the test runs 1000 random commands on the server.
╔═══════════════════════════╤═════════╤═══════════════╤═══════════╤═════════════════════════╗
║ Slower tests │ Samples │ Result │ Tolerance │ Difference with slowest ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ default │ 1000 │ 174.62 op/sec │ ± 0.45 % │ ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ Fastest test │ Samples │ Result │ Tolerance │ Difference with slowest ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ enableAutoPipelining=true │ 1500 │ 233.33 op/sec │ ± 0.88 % │ + 33.62 % ║
╚═══════════════════════════╧═════════╧═══════════════╧═══════════╧═════════════════════════╝
| | Samples | Result | Tolerance |
|---------------------------|---------|---------------|-----------|
| default | 1000 | 174.62 op/sec | ± 0.45 % |
| enableAutoPipelining=true | 1500 | 233.33 op/sec | ± 0.88 % |
And here's the same test for a cluster of 3 masters and 3 replicas:
╔═══════════════════════════╤═════════╤═══════════════╤═══════════╤═════════════════════════╗
║ Slower tests │ Samples │ Result │ Tolerance │ Difference with slowest ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ default │ 1000 │ 164.05 op/sec │ ± 0.42 % │ ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ Fastest test │ Samples │ Result │ Tolerance │ Difference with slowest ║
╟───────────────────────────┼─────────┼───────────────┼───────────┼─────────────────────────╢
║ enableAutoPipelining=true │ 3000 │ 235.31 op/sec │ ± 0.94 % │ + 43.44 % ║
╚═══════════════════════════╧═════════╧═══════════════╧═══════════╧═════════════════════════╝
| | Samples | Result | Tolerance |
|---------------------------|---------|---------------|-----------|
| default | 1000 | 164.05 op/sec | ± 0.42 % |
| enableAutoPipelining=true | 3000 | 235.31 op/sec | ± 0.94 % |
# Error Handling
Expand Down

0 comments on commit 71ad02c

Please sign in to comment.