diff --git a/README.md b/README.md index dd5c82016..8cb36e37f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Dragonfly's core properties make it a cost-effective, high-performing, and easy- ## Benchmarks - + Dragonfly is crossing 3.8M QPS on c6gn.16xlarge reaching x25 increase in throughput compared to Redis. @@ -71,7 +71,7 @@ In the following test, we filled Dragonfly and Redis with ~5GB of data using `debug populate 5000000 key 1024` command. Then we started sending the update traffic with `memtier` and kicked off the snapshotting with the "bgsave" command. The following figure demonstrates clearly how both servers behave in terms of memory efficiency. - + Dragonfly was 30% more memory efficient than Redis at the idle state. It also did not show any visible memory increase during the snapshot phase. diff --git a/docs/memcached_benchmark.md b/docs/memcached_benchmark.md index 39fa68ab9..c866c79bc 100644 --- a/docs/memcached_benchmark.md +++ b/docs/memcached_benchmark.md @@ -1,8 +1,8 @@ Contention in memcached under the high write throughput. - + Overall CPU usage of memcached when performing SETS benchmark: - +