Commit 696e1246bc0e3c7e94f6ac6c7b64ed0df16bdc23

Authored by Hayk Martirosyan
1 parent 143dc48c

Fix unix socket typo in benchmark

Showing 1 changed file with 1 additions and 1 deletions
README.md
... ... @@ -39,7 +39,7 @@ local Redis server.
39 39 * `speed_test_async` over TCP: **203,285 commands/s**
40 40 * `speed_test_async` over Unix socket: **301,823 commands/s**
41 41 * `speed_test_sync` over TCP: **21,072 commands/s**
42   - * `speed_test_sync` over TCP: **24,911 commands/s**
  42 + * `speed_test_sync` over Unix socket: **24,911 commands/s**
43 43  
44 44 Results are comparable to that of a mid-range laptop. On a high-end machine, performance
45 45 can be much higher.
... ...