Commit 7a8bb8325f6e98ce64fb55f54be6f2201e61fdad
1 parent
9f6477ea
Take benchmarks again
Showing
1 changed file
with
3 additions
and
3 deletions
README.md
| ... | ... | @@ -33,9 +33,9 @@ in `examples/` on an AWS t2.medium instance running Ubuntu 14.04 (64-bit). |
| 33 | 33 | |
| 34 | 34 | Local Redis server, TCP connection: |
| 35 | 35 | |
| 36 | - * 100 command loops (`speed_test_async_multi`): **710,014 commands/s** | |
| 37 | - * One command loop (`speed_test_async`): **195,159 commands/s** | |
| 38 | - * Looped synchronous command (`speed_test_sync`): **28,609 commands/s** | |
| 36 | + * 100 command loops (`speed_test_async_multi`): **685,249 commands/s** | |
| 37 | + * One command loop (`speed_test_async`): **195,439 commands/s** | |
| 38 | + * Looped synchronous command (`speed_test_sync`): **23,012 commands/s** | |
| 39 | 39 | |
| 40 | 40 | Results are comparable to that of an average laptop. On a high-end machine, |
| 41 | 41 | `speed_test_async_multi` usually tops 1,000,000 commands/s. | ... | ... |