From c13bf42ac68d5ad711b7c67491a7d539e2cd6ee8 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 27 May 2016 15:50:04 -0700 Subject: [PATCH] README: fix write/sec number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aed67576..a4b2c919f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ etcd is a distributed, consistent key-value store for shared configuration and s * *Simple*: well-defined, user-facing API (gRPC) * *Secure*: automatic TLS with optional client cert authentication -* *Fast*: benchmarked 40,000 writes/sec per instance +* *Fast*: benchmarked 10,000 writes/sec * *Reliable*: properly distributed using Raft etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log.