From 0b98280a1f6a727c5566120b486a9e16aa7dbcc9 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Tue, 12 Mar 2019 00:55:03 -0400 Subject: [PATCH 1/2] Add charts to readme Hotlink from medium, hope they don't mind. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 482ba98e3..83ba82d7b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ We plan to track the Redis repo closely and hope our projects can learn from eac Benchmarking KeyDB ------------------ + Please note keydb-benchmark and redis-benchmark are currently single threaded and too slow to properly benchmark KeyDB. We recommend using a redis cluster benchmark tool such as [memtier](https://github.com/RedisLabs/memtier_benchmark). Please ensure your machine has enough cores for both KeyDB and memteir if testing locally. KeyDB expects exclusive use of any cores assigned to it. For more details on how we benchmarked KeyDB along with performance numbers check out our blog post: [Redis Should Be Multithreaded](https://medium.com/@john_63123/redis-should-be-multi-threaded-e28319cab744?source=friends_link&sk=7ce8e9fe3ec8224a4d27ef075d085457) From 703e4ad2fe8bdd05b0655c25a3444f31a4c0d3b6 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Tue, 12 Mar 2019 00:59:28 -0400 Subject: [PATCH 2/2] formatting fixes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83ba82d7b..d3963dc85 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Benchmarking KeyDB ------------------ + Please note keydb-benchmark and redis-benchmark are currently single threaded and too slow to properly benchmark KeyDB. We recommend using a redis cluster benchmark tool such as [memtier](https://github.com/RedisLabs/memtier_benchmark). Please ensure your machine has enough cores for both KeyDB and memteir if testing locally. KeyDB expects exclusive use of any cores assigned to it. For more details on how we benchmarked KeyDB along with performance numbers check out our blog post: [Redis Should Be Multithreaded](https://medium.com/@john_63123/redis-should-be-multi-threaded-e28319cab744?source=friends_link&sk=7ce8e9fe3ec8224a4d27ef075d085457)